camlistore 0.6
Closes Homebrew/homebrew#25480. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
44e77ea23b
commit
caa2c1ed73
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ require 'formula'
|
|||
class Camlistore < Formula
|
||||
homepage 'http://camlistore.org'
|
||||
head 'https://camlistore.googlesource.com/camlistore', :using => :git
|
||||
url 'https://github.com/bradfitz/camlistore/archive/0.5.tar.gz'
|
||||
sha1 'f089410910cdf8c79ab2cf5ac377f2ccbaafe618'
|
||||
url 'https://github.com/bradfitz/camlistore/archive/0.6.tar.gz'
|
||||
sha1 'ca2a530fb2eb39a6cecf2f60e290934a9b6414f4'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'go' => :build
|
||||
|
|
Loading…
Reference in a new issue