cut v0.52.1
[Homebrew/homebrew-cask-versions.git] / Casks / cloudfoundry-cli.rb
blobd4aa932b4526a27af511cd8023cfd45822213ca8
1 cask :v1 => 'cloudfoundry-cli' do
2   version '6.7.0'
3   sha256 '72eece2bf48473313bf57458429828cc65d195600381810d176d633f79388d69'
5   url "http://go-cli.s3-website-us-east-1.amazonaws.com/releases/v#{version}/installer-osx-amd64.pkg"
6   name 'Cloud Foundry CLI'
7   homepage 'https://github.com/cloudfoundry/cli'
8   license :oss
10   pkg 'installer-osx-amd64.pkg'
12   uninstall :pkgutil => 'com.pivotal.cloudfoundry.pkg'
13   caveats do
14     files_in_usr_local
15   end
16 end