diff options
| -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" |
