From db81f7b767feaa79f90bcd106de3c7fcf155c52e Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Sun, 17 Aug 2014 09:32:23 -0700 Subject: geogit 0.10.0 --- Library/Formula/geogit.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Library/Formula/geogit.rb') 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" -- cgit v1.2.3