diff options
| author | Matthew Vincent | 2014-05-03 23:18:00 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2014-05-04 07:44:11 -0700 | 
| commit | 047bf22aaf768208e8c522550a9c6b5401bc32fb (patch) | |
| tree | 28d35d1e244cf7b9bf025f26d25a19bb84844f07 /Library/Formula/geogit.rb | |
| parent | 8ccde4d11eb60efe0451dbf50f9f1f248df27cd8 (diff) | |
| download | homebrew-047bf22aaf768208e8c522550a9c6b5401bc32fb.tar.bz2 | |
geogit 0.8.0
Upgrading Geogit to 0.8.0
Closes #28941.
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 c47208bfc..ae2e29357 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 'https://downloads.sourceforge.net/project/geogit/geogit-0.7.1/geogit-cli-app-0.7.1.zip' -  sha1 'c28b3c353db98c7d08847ad4e87ecebcf98e37b5' +  url 'https://downloads.sourceforge.net/project/geogit/geogit-0.8.0/geogit-cli-app-0.8.0.zip' +  sha1 '343df635d61a26f6ff5603cdb1b51d2b062806ff'    def install      bin.install "bin/geogit", "bin/geogit-console" | 
