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
2015-12-08 21:10:40 +08:00
version '0.6.0'
sha256 '29ddff01368458048731afa586cec5426c8033a914b43fc83d6442e0a522c114'
# 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