gcutil 1.15.0
Closes Homebrew/homebrew#28138. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
4e8206a6ba
commit
c80d1b71df
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://dl.google.com/dl/cloudsdk/release/artifacts/gcutil-1.14.2.zip'
|
||||
sha1 'c8263333f68a7bf3468a6ed7cfe56c2390227605'
|
||||
url 'https://dl.google.com/dl/cloudsdk/release/artifacts/gcutil-1.15.0.zip'
|
||||
sha1 '3ef940bda17469e742f77f5c0918613c5377f058'
|
||||
|
||||
def install
|
||||
libexec.install 'gcutil', 'lib'
|
||||
|
|
Loading…
Reference in a new issue