Skip to content

Commit

Permalink
gsutil 3.9
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Vandenberg <[email protected]>
  • Loading branch information
dlo authored and adamv committed Jun 7, 2012
1 parent 277cf12 commit 16ca284
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Library/Formula/gsutil.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@

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
Expand Down

0 comments on commit 16ca284

Please sign in to comment.