From b30c3b6636813ed83efaf94fbc8dfa3854e040e8 Mon Sep 17 00:00:00 2001 From: Nat Welch Date: Thu, 16 May 2013 13:25:43 -0600 Subject: gsutil 3.29 and moved to Github Closes #19874. Signed-off-by: Jack Nagel --- Library/Formula/gsutil.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/gsutil.rb b/Library/Formula/gsutil.rb index b4d969143..888e64111 100644 --- a/Library/Formula/gsutil.rb +++ b/Library/Formula/gsutil.rb @@ -6,9 +6,9 @@ require 'formula' # https://github.com/mxcl/homebrew/issues/2560 class Gsutil < Formula - homepage 'http://code.google.com/p/gsutil/' - url 'http://commondatastorage.googleapis.com/pub/gsutil_3.21.tar.gz' - sha1 '286b9c777c714eec48ae595060d3fba40d78e87f' + homepage 'https://github.com/GoogleCloudPlatform/gsutil' + url 'https://github.com/GoogleCloudPlatform/gsutil/archive/v3.29.tar.gz' + sha1 'ae224258bcd1aa14c7dd5106766ec48640f815c8' def install libexec.install Dir["*"] -- cgit v1.2.3