gcutil 1.12.0
Closes Homebrew/homebrew#24902. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
f9e6977b59
commit
c98487deae
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.11.0.tar.gz'
|
||||
sha1 'bb68d4bd34731361e6b99f015546016b5d34bf13'
|
||||
url 'https://dl.google.com/dl/cloudsdk/release/artifacts/gcutil-1.12.0.zip'
|
||||
sha1 'f4bafdd11a0a03d9be3f5c238af66933f811fbfe'
|
||||
|
||||
def install
|
||||
libexec.install 'gcutil', 'lib'
|
||||
|
|
Loading…
Reference in a new issue