Created
May 31, 2020 23:25
-
-
Save bacongravy/00c60334996c21e928d9fbf856f6ccd1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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