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

21 lines
659 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'consul-web-ui' do
2016-01-09 02:02:35 +08:00
version '0.6.1'
sha256 'afccdd540b166b778c7c0483becc5e282bbbb1ee52335bfe94bf757df8c55efc'
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',
checkpoint: '1583f51f8e4b3524aa5a0acb676e4d4bdbd25eb62637715a2e9a168ab7ce55a5'
2015-06-12 21:07:36 +08:00
name 'Consul Web UI'
homepage 'https://www.consul.io/intro/getting-started/ui.html'
license :mpl
depends_on cask: '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