homebrew-cask/Casks/consul.rb

13 lines
366 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'consul' do
2016-01-28 17:08:03 +08:00
version '0.6.3'
sha256 '6dff4ffc61d66aacd627a176737b8725624718a9e68cc81460a3df9b241c7932'
# hashicorp.com is the official download host per the vendor homepage
url "https://releases.hashicorp.com/consul/#{version}/consul_#{version}_darwin_amd64.zip"
2015-04-05 13:26:51 +08:00
name 'Consul'
homepage 'https://www.consul.io/'
license :mpl
2014-05-13 13:08:33 +08:00
binary 'consul'
end