homebrew-cask/Casks/hab.rb

15 lines
494 B
Ruby

cask 'hab' do
version '0.67.0-20181029215059'
sha256 '0e990d51a058709a5f64c7e4a111c475a13873c01cb9e9869664cef743634ed5'
# 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