homebrew-cask/Casks/hab.rb

14 lines
430 B
Ruby
Raw Normal View History

2016-06-16 03:26:15 +08:00
cask 'hab' do
version '0.15.0-20161222215311'
sha256 'bf7066ef3a059b8d11099f7ef133d3123c4a0b0a1c1e40c18d2f99ac0cf74491'
2016-06-16 03:26:15 +08:00
# habitat.bintray.com was verified as official when first introduced to the cask
url "https://habitat.bintray.com/stable/darwin/x86_64/hab-#{version}-x86_64-darwin.zip"
name 'Habitat'
homepage 'https://www.habitat.sh/'
2016-06-16 03:26:15 +08:00
depends_on cask: 'docker'
2016-06-16 03:26:15 +08:00
binary "hab-#{version}-x86_64-darwin/hab"
end