Created
December 15, 2015 05:01
-
-
Save RupGautam/c3dfdd9ed4c1bc26ebe0 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 :v1 => 'airmail-beta' do | |
| version :latest | |
| sha256 :no_check | |
| # hockeyapp.net is the official download host per the vendor homepage | |
| url 'https://rink.hockeyapp.net/api/2/apps/84be85c3331ee1d222fd7f0b59e41b04?format=zip' | |
| name 'Airmail - Beta' | |
| homepage 'http://airmailapp.com/beta/' | |
| license :gratis | |
| app 'Airmail Beta.app' | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment