Skip to content

Instantly share code, notes, and snippets.

@bacongravy
Created May 31, 2020 23:25
Show Gist options
  • Select an option

  • Save bacongravy/00c60334996c21e928d9fbf856f6ccd1 to your computer and use it in GitHub Desktop.

Select an option

Save bacongravy/00c60334996c21e928d9fbf856f6ccd1 to your computer and use it in GitHub Desktop.
cask 'mac-app-devops-demo' do
version 'x.x.x'
sha256 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
url "https://github.com/bacongravy/mac-app-devops-demo/releases/download/v#{version}/mac-app-devops-demo.dmg"
appcast 'https://github.com/bacongravy/mac-app-devops-demo/releases.atom'
name 'mac-app-devops-demo'
homepage 'https://github.com/bacongravy/mac-app-devops-demo'
depends_on macos: '>= :catalina'
app 'mac-app-devops-demo.app'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment