aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorNat Welch2013-05-16 13:25:43 -0600
committerJack Nagel2013-05-16 14:50:31 -0500
commitb30c3b6636813ed83efaf94fbc8dfa3854e040e8 (patch)
treec990fef6a1514bcbbba9564604565ed53470739a /Library
parent7bde28d768220535ba6408662fc1e34bb31e5910 (diff)
downloadhomebrew-b30c3b6636813ed83efaf94fbc8dfa3854e040e8.tar.bz2
gsutil 3.29 and moved to Github
Closes #19874. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gsutil.rb6
1 files changed, 3 insertions, 3 deletions
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["*"]