aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/geogit.rb
diff options
context:
space:
mode:
authorMatthew Vincent2013-08-11 12:02:55 -0700
committerAdam Vandenberg2013-08-13 22:38:10 -0700
commitc145c2f12c6029859cbdb9d91169123175cada70 (patch)
tree090426c9b0d1c41ec9f586a4a8ff566d4777cf17 /Library/Formula/geogit.rb
parent4232f3c38379041723a929d26061f6a0cfcdc00b (diff)
downloadhomebrew-c145c2f12c6029859cbdb9d91169123175cada70.tar.bz2
GeoGit 0.4.0
Closes #21822. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/geogit.rb')
-rw-r--r--Library/Formula/geogit.rb8
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