diff options
| author | Dan Loewenherz | 2012-06-01 11:03:49 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-06-07 07:12:13 -0700 |
| commit | 16ca28415f5344a0afe216918abcdecd59775a2d (patch) | |
| tree | 935c4b9458122bf2f9de9778faa17057bc2f2883 | |
| parent | 277cf12ee0ed75e7dcc6730c05b0b92ac3b7ebf4 (diff) | |
| download | homebrew-16ca28415f5344a0afe216918abcdecd59775a2d.tar.bz2 | |
gsutil 3.9
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/gsutil.rb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Formula/gsutil.rb b/Library/Formula/gsutil.rb index f0f3012d6..22fad5341 100644 --- a/Library/Formula/gsutil.rb +++ b/Library/Formula/gsutil.rb @@ -7,13 +7,12 @@ require 'formula' class Gsutil < Formula homepage 'http://code.google.com/p/gsutil/' - url 'http://gsutil.googlecode.com/files/gsutil_01-13-2012.tar.gz' - sha1 'fe1aa1c5fe5b3d7d099fc37367d8fc15acb99435' - version '2012-01-13' + url 'http://commondatastorage.googleapis.com/pub/gsutil_3.9.tar.gz' + sha1 '33e728bc5d6d26c81737446843ffa0f9a5dbc8b5' def install libexec.install Dir["*"] - bin.install_symlink libexec+'gsutil' + bin.install_symlink libexec/'gsutil' end def test |
