gcutil 1.10.0
Closes Homebrew/homebrew#23663. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
f002bc4ea0
commit
f216e28c24
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.9.1.tar.gz'
|
||||
sha1 '70035c803d983aa30f0d01e6ffd7873cac76f9ce'
|
||||
url 'https://google-compute-engine-tools.googlecode.com/files/gcutil-1.10.0.tar.gz'
|
||||
sha1 'a9322892b6183adf726c2390e66a048bf8f064dc'
|
||||
|
||||
def install
|
||||
libexec.install 'gcutil', 'lib'
|
||||
|
|
Loading…
Reference in a new issue