habitat 0.7.0 (new formula)#2002
Conversation
There was a problem hiding this comment.
You'll want to go directly to the CDN link of:
https://habitat.bintray.com/stable/darwin/x86_64/hab-<VERSION>-x86_64-darwin.zip
The Bintray API link is only useful if you want to use a logical version of $latest in your URL like we do on the main Habitat download page: https://api.bintray.com/content/habitat/stable/darwin/x86_64/hab-$latest-x86_64-darwin.zip?bt_package=hab-x86_64-darwin (note the $latest).
You'll also want to use the latest 0.7.0 release in this initial formula:
URL: https://habitat.bintray.com/stable/darwin/x86_64/hab-0.7.0-20160614231131-x86_64-darwin.zip
SHA256: 93fac880261df34c75ac5775c9febb536b82ac955cd6df873bbfec1cf697ed50
There was a problem hiding this comment.
Thanks for the information, I had trouble using the $latest syntax and just replaced with the name of the file as I didn't know the alternate URL
|
As a side note for future updating you can get the SHA256 checksum by making a simple |
|
Just tried to install this on Linux via linuxbrew before reviewing the code. Apparently it's only for the OS X version of habitat. My bad. Super excited for my Macs at home though! |
|
This was added as a Cask, since it apparently doesn't build easily from source. Ref: Homebrew/homebrew-cask#21977
|
brew install <formula>(where<formula>is the name of the formula you're submitting)?brew audit --strict --online <formula>(after doingbrew install <formula>)?Adds formula for Habitat