camlistore 0.6

Closes Homebrew/homebrew#25480.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Luke Chadwick 2013-12-27 11:00:50 +11:00 committed by Mike McQuaid
parent 44e77ea23b
commit caa2c1ed73

View file

@ -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