cloudfoundry-cli 6.0.1

Closes Homebrew/homebrew#27097.

Signed-off-by: Brett Koonce <koonce@gmail.com>
This commit is contained in:
Chris Adams 2014-02-28 09:52:34 -08:00 committed by Brett Koonce
parent 3c3b0ce709
commit 42c3cb88b8

View file

@ -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.0.0'
url 'https://github.com/cloudfoundry/cli.git', :tag => 'v6.0.1'
depends_on 'go' => :build