diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/camlistore.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/camlistore.rb b/Library/Formula/camlistore.rb index dcfd83b83..81db7e665 100644 --- a/Library/Formula/camlistore.rb +++ b/Library/Formula/camlistore.rb @@ -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.7.tar.gz' - sha1 'fae4e18f03f545f6232c24861e1f13c4bb653b34' + url 'https://github.com/bradfitz/camlistore/archive/0.8.tar.gz' + sha1 '076db79303fe1c62323b9dc0713ef1bfceb286b2' depends_on 'pkg-config' => :build depends_on 'go' => :build |
