diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/gcutil.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/gcutil.rb b/Library/Formula/gcutil.rb index 5133382a3..badfd497a 100644 --- a/Library/Formula/gcutil.rb +++ b/Library/Formula/gcutil.rb @@ -2,8 +2,8 @@ require 'formula' class Gcutil < Formula homepage 'https://developers.google.com/compute/docs/gcutil/' - url 'https://google-compute-engine-tools.googlecode.com/files/gcutil-1.8.1.tar.gz' - sha1 '746f2d30f2bd380c9c459c0ece16937caf032b8e' + url 'https://google-compute-engine-tools.googlecode.com/files/gcutil-1.8.2.tar.gz' + sha1 '6213f14cc07e789493bc36fef18c4ea8e6285b64' def install libexec.install 'gcutil', 'lib' |
