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-04-20 21:23:51 +08:00
version '0.8.1'
sha256 '0caff8d54a80ff7bc5baec39b0eda19a9652df992db324026e361fa31183749f'
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-04-20 21:23:51 +08:00
checkpoint: '471fa470266be3f2f03cf06a74a503e0cde88430be2407a832db6f60a548fa60'
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