diff options
| author | Brett Koonce | 2014-08-17 09:32:23 -0700 | 
|---|---|---|
| committer | Brett Koonce | 2014-08-17 10:34:43 -0700 | 
| commit | db81f7b767feaa79f90bcd106de3c7fcf155c52e (patch) | |
| tree | 776cd19a1a1b88862f7397e91e45da79ff6144ea /Library | |
| parent | 568ea8677c82b350ada6db7594bccd27b2bcc17f (diff) | |
| download | homebrew-db81f7b767feaa79f90bcd106de3c7fcf155c52e.tar.bz2 | |
geogit 0.10.0
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/geogit.rb | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/Library/Formula/geogit.rb b/Library/Formula/geogit.rb index ae2e29357..ea46d68dc 100644 --- a/Library/Formula/geogit.rb +++ b/Library/Formula/geogit.rb @@ -1,9 +1,9 @@ -require 'formula' +require "formula"  class Geogit < Formula -  homepage 'http://www.geogit.org' -  url 'https://downloads.sourceforge.net/project/geogit/geogit-0.8.0/geogit-cli-app-0.8.0.zip' -  sha1 '343df635d61a26f6ff5603cdb1b51d2b062806ff' +  homepage "http://www.geogit.org" +  url "https://downloads.sourceforge.net/project/geogit/geogit-0.10.0/geogit-cli-app-0.10.0.zip" +  sha1 "290652c33995f9cba950b4e1e8514b724115a37d"    def install      bin.install "bin/geogit", "bin/geogit-console" | 
