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

20 lines
647 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"
appcast 'https://github.com/hashicorp/consul/releases.atom',
2017-07-15 07:05:55 +08:00
checkpoint: '63c6dc0162381b6e93453e2140df07e88e98c1da12c5052a6c6cf98865f557f8'
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
"Invoke consul with '-ui-dir #{staged_path}'"
2015-06-12 21:07:36 +08:00
end
end