From 31429f92c9f156723360d6d8d3416c4b002e6f83 Mon Sep 17 00:00:00 2001 From: Kimberly Garmoe Date: Wed, 6 May 2020 15:12:38 -0700 Subject: [PATCH] Update Hab (#82061) * Update Hab Unless there's a good reason to pin to this version, it is a good idea to keep up with the current release in https://github.com/habitat-sh/homebrew-habitat/blob/master/Formula/hab.rb. We've added a lot of cool things and there's more to come! * Delete hab.rb After some discussion, it is probably better to remove the outdated cask. We'd like people to use Chef Habitat-maintained tap: https://github.com/habitat-sh/homebrew-habitat/blob/master/Formula/hab.rb. --- Casks/hab.rb | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 Casks/hab.rb diff --git a/Casks/hab.rb b/Casks/hab.rb deleted file mode 100644 index 30ff5ae108..0000000000 --- a/Casks/hab.rb +++ /dev/null @@ -1,14 +0,0 @@ -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