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-07-25 08:08:23 +08:00
version '0.3.1'
sha256 '245915c510547e37ad19ee3eb934d9981e9e39cf4db55c89fff82ca13555bb1c'
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-07-25 08:08:23 +08:00
checkpoint: '18cefe6107b5f47bdbc9430028a7708f1abfd4fd266379f2ffa7cbbc1eed51f6'
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