diff options
| author | Matthew Vincent | 2013-12-06 08:39:52 -0800 | 
|---|---|---|
| committer | Jack Nagel | 2013-12-06 17:14:01 -0600 | 
| commit | 691c72bf8d2e13d2f347383013e95382ddfcc400 (patch) | |
| tree | b5e021e9fa87c764c63b9ebab66261fc791fc185 /Library/Formula/geogit.rb | |
| parent | d9855b6e94ac380125965ffff393ef9f61a06596 (diff) | |
| download | homebrew-691c72bf8d2e13d2f347383013e95382ddfcc400.tar.bz2 | |
Geogit 0.6.0
Closes #24997.
Signed-off-by: Jack Nagel <jacknagel@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 15dc11a3f..1942c362a 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.5.0/geogit-cli-app-0.5.0.zip' -  sha1 'ea0f66b48f7fb3f499d0f79c9c1f8715007417b5' +  url 'http://downloads.sourceforge.net/project/geogit/geogit-0.6.0/geogit-cli-app-0.6.0.zip' +  sha1 'c75683a38fdff63be6d3e843b94e92df72e0d740'    def install      bin.install "bin/geogit", "bin/geogit-console" | 
