diff options
Diffstat (limited to 'Library/Formula')
| -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 4e869517b..31b5bc7fa 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.7.2.tar.gz' - sha1 '8bcff6426b107d54873844d73d4af22a3dc89155' + url 'https://google-compute-engine-tools.googlecode.com/files/gcutil-1.8.0.tar.gz' + sha1 '03ebba7ea4569a4e8f853a6226ec51999f7064b5' def install libexec.install 'gcutil', 'lib' |
