diff options
| author | Adam Vandenberg | 2013-07-30 10:30:35 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-07-30 10:30:35 -0700 | 
| commit | c2739356faba92ba2daaf175ecdd68ca1c591df0 (patch) | |
| tree | 0e347cd56a8edd3d1602b9591f2e7498a1e0c0bc /Library | |
| parent | 2060187d9f4cb7b10dd6b342cb12def4305401df (diff) | |
| download | homebrew-c2739356faba92ba2daaf175ecdd68ca1c591df0.tar.bz2 | |
geogit 0.3.0
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/geogit.rb | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/Library/Formula/geogit.rb b/Library/Formula/geogit.rb index c3bdf1363..2ff13a759 100644 --- a/Library/Formula/geogit.rb +++ b/Library/Formula/geogit.rb @@ -2,12 +2,13 @@ require 'formula'  class Geogit < Formula    homepage 'http://www.geogit.org' -  url 'http://downloads.sourceforge.net/project/geogit/geogit-0.2.0/geogit-cli-app-0.2.0.zip' -  sha1 'd57e4a67a644c15f5415c5c73259a9efb5a0595a' +  url 'http://downloads.sourceforge.net/project/geogit/geogit-0.3.0/geogit-cli-app-0.3.0.zip' +  sha1 'c01976d4592da0184e5459c264c115577c084ae3'    def install      bin.install "bin/geogit"      bin.install "bin/geogit-console"      prefix.install "repo" +    man1.install Dir['man/*']    end  end | 
