cloudfoundry-cli 6.1.1
This change updates the formula to install cloudfoundry-cli v6.1.1. There are no significant changes to the formula. Closes Homebrew/homebrew#28701. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
aee51836fe
commit
6ee5f931f0
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ require 'formula'
|
|||
class CloudfoundryCli < Formula
|
||||
homepage 'https://github.com/cloudfoundry/cli'
|
||||
head 'https://github.com/cloudfoundry/cli.git', :branch => 'master'
|
||||
url 'https://github.com/cloudfoundry/cli.git', :tag => 'v6.1.0'
|
||||
url 'https://github.com/cloudfoundry/cli.git', :tag => 'v6.1.1'
|
||||
|
||||
bottle do
|
||||
sha1 "5ce0c33f8057cfa5ba85a17fd6683b24158a0571" => :mavericks
|
||||
|
|
Loading…
Reference in a new issue