gcutil 1.7.1
Closes Homebrew/homebrew#18086. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
a0207985fa
commit
312fb2b667
1 changed files with 2 additions and 2 deletions
|
@ -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.6.1.tar.gz'
|
||||
sha1 '19eca34a1f05993e870f31ad9cab27749300a60d'
|
||||
url 'https://google-compute-engine-tools.googlecode.com/files/gcutil-1.7.1.tar.gz'
|
||||
sha1 'af8982053b1e4836f84b9826aabcdcf933d37dba'
|
||||
|
||||
def install
|
||||
libexec.install 'gcutil', 'lib'
|
||||
|
|
Loading…
Reference in a new issue