diff options
| author | Brett Koonce | 2013-09-15 18:11:25 -0500 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-09-15 17:03:34 -0700 | 
| commit | 4e8a75c79517debd3b130f47207750e3a4d07341 (patch) | |
| tree | 39b7d01650fc6d75aec9c772fe7d6766d24db036 /Library/Formula/geogit.rb | |
| parent | 01d8e68c975c0c228b936982430047f642462df5 (diff) | |
| download | homebrew-4e8a75c79517debd3b130f47207750e3a4d07341.tar.bz2 | |
geogit 0.5.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/geogit.rb')
| -rw-r--r-- | Library/Formula/geogit.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/geogit.rb b/Library/Formula/geogit.rb index 2f0382889..15dc11a3f 100644 --- a/Library/Formula/geogit.rb +++ b/Library/Formula/geogit.rb @@ -2,8 +2,8 @@ require 'formula'  class Geogit < Formula    homepage 'http://www.geogit.org' -  url 'http://downloads.sourceforge.net/project/geogit/geogit-0.4.0/geogit-cli-app-0.4.0.zip' -  sha1 '41d87374e96a765da5ddab928b4cef0756ad339c' +  url 'http://downloads.sourceforge.net/project/geogit/geogit-0.5.0/geogit-cli-app-0.5.0.zip' +  sha1 'ea0f66b48f7fb3f499d0f79c9c1f8715007417b5'    def install      bin.install "bin/geogit", "bin/geogit-console" | 
