Files
2019-02-23 01:03:41 -03:00

17 lines
464 B
YAML

asset: DevHub-$STABLE_VERSION_NUMBER.dmg
tap: devhubapp/homebrew-devhub/Casks/devhub.rb
template: >
cask 'devhub' do
app "DevHub.app"
name "DevHub"
desc "$REPO_DESCRIPTION"
homepage "$REPO_WEBITE"
version "$STABLE_VERSION"
url "$STABLE_ASSET_URL"
sha256 "$STABLE_ASSET_SHA256"
appcast "https://github.com/devhubapp/devhub/releases.atom"
auto_updates true
end