gcutil 1.8.4
Closes Homebrew/homebrew#22522. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
3c5b9214a4
commit
a57efb33fb
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.8.3.tar.gz'
|
||||
sha1 'c74d99060ec2f770e2a1f2b1b6016f91f080e244'
|
||||
url 'https://google-compute-engine-tools.googlecode.com/files/gcutil-1.8.4.tar.gz'
|
||||
sha1 'cf5d094df8fa847befad98d8b3507091822a798e'
|
||||
|
||||
def install
|
||||
libexec.install 'gcutil', 'lib'
|
||||
|
|
Loading…
Reference in a new issue