diff options
| -rw-r--r-- | Library/Formula/geogit.rb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Library/Formula/geogit.rb b/Library/Formula/geogit.rb index 2ff13a759..2f0382889 100644 --- a/Library/Formula/geogit.rb +++ b/Library/Formula/geogit.rb @@ -2,13 +2,11 @@ require 'formula' class Geogit < Formula homepage 'http://www.geogit.org' - url 'http://downloads.sourceforge.net/project/geogit/geogit-0.3.0/geogit-cli-app-0.3.0.zip' - sha1 'c01976d4592da0184e5459c264c115577c084ae3' + url 'http://downloads.sourceforge.net/project/geogit/geogit-0.4.0/geogit-cli-app-0.4.0.zip' + sha1 '41d87374e96a765da5ddab928b4cef0756ad339c' def install - bin.install "bin/geogit" - bin.install "bin/geogit-console" + bin.install "bin/geogit", "bin/geogit-console" prefix.install "repo" - man1.install Dir['man/*'] end end |
