homebrew-cask/Casks/consul-cli.rb

14 lines
553 B
Ruby
Raw Normal View History

2015-12-29 19:24:15 +08:00
cask 'consul-cli' do
2016-02-12 00:48:03 +08:00
version '0.2.0'
sha256 '2a048dceb47ec4df9ed6ddf26c945f8557790723a9194aee40ac6c5019c73a17'
2015-12-29 19:24:15 +08:00
2015-12-29 21:48:48 +08:00
url "https://github.com/CiscoCloud/consul-cli/releases/download/v#{version}/consul-cli_#{version}_darwin_amd64.tar.gz"
2015-12-29 19:24:15 +08:00
appcast 'https://github.com/CiscoCloud/consul-cli/releases.atom',
2016-02-12 00:48:03 +08:00
checkpoint: 'c460875673bda22f2bd9251e51bdb2fbf08c07b8136df9e54fd0ba1f9ee192e9'
2015-12-29 19:24:15 +08:00
name 'Consul CLI'
homepage 'https://github.com/CiscoCloud/consul-cli/wiki'
license :apache
binary "consul-cli_#{version}_darwin_amd64/consul-cli"
end