mirror of
https://github.com/devhubapp/devhub.git
synced 2026-03-26 07:21:37 +00:00
17 lines
464 B
YAML
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
|