homebrew-cask/Casks/hab.rb

15 lines
494 B
Ruby

cask 'hab' do
version '0.61.0-20180815171832'
sha256 '6c23471fcdbb6c20845af0cd4c446b7a13e0faa93cd94274bcee95451f99f28e'
# 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"
appcast 'https://github.com/habitat-sh/habitat/releases.atom'
name 'Habitat'
homepage 'https://www.habitat.sh/'
depends_on cask: 'docker'
binary "hab-#{version}-x86_64-darwin/hab"
end