homebrew-cask/Casks/nomad.rb

15 lines
529 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'nomad' do
2016-06-09 05:16:02 +08:00
version '0.3.2'
sha256 '96808b9b8056490026327bdc6614e1813cee7d42978676e0024085709fd3fcac'
2015-09-29 02:50:51 +08:00
2016-03-21 04:21:08 +08:00
# hashicorp.com/nomad was verified as official when first introduced to the cask
url "https://releases.hashicorp.com/nomad/#{version}/nomad_#{version}_darwin_amd64.zip"
appcast 'https://github.com/hashicorp/nomad/releases.atom',
2016-06-09 05:16:02 +08:00
checkpoint: 'b65196b74ce907895afc4e8fc5bc4e4545d431edb2477cf743a21bb2b953b140'
2015-09-29 02:50:51 +08:00
name 'Nomad'
2016-06-09 05:16:02 +08:00
homepage 'https://www.nomadproject.io/'
2015-09-29 02:50:51 +08:00
license :mpl
binary 'nomad'
end