homebrew-cask/Casks/consul-web-ui.rb

18 lines
462 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'consul-web-ui' do
2017-07-15 07:05:55 +08:00
version '0.8.5'
sha256 '4f7b90d8159480daeff6f3673f56fc75c00e4fd05de9c5c6d22a4af2fbc78368'
2015-06-12 21:07:36 +08:00
# hashicorp.com was verified as official when first introduced to the cask
url "https://releases.hashicorp.com/consul/#{version}/consul_#{version}_web_ui.zip"
2015-06-12 21:07:36 +08:00
name 'Consul Web UI'
homepage 'https://www.consul.io/intro/getting-started/ui.html'
2017-01-11 14:01:14 +08:00
depends_on formula: 'consul'
stage_only true
2015-06-12 21:07:36 +08:00
caveats do
2017-07-24 07:41:25 +08:00
discontinued
2015-06-12 21:07:36 +08:00
end
end