homebrew-cask/Casks/nomad.rb

15 lines
525 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'nomad' do
2016-03-17 05:44:32 +08:00
version '0.3.1'
sha256 'c300a3b5c195fbccf26dfcdb756b4c953ca0e5e566a41fce1d10ef1947ec4279'
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',
checkpoint: '7dbb430f88706ed39867506dc3da084838475e27de7570f524a202b3f73fa4c1'
2015-09-29 02:50:51 +08:00
name 'Nomad'
homepage 'https://nomadproject.io/'
license :mpl
binary 'nomad'
end