mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
9 lines
217 B
Ruby
9 lines
217 B
Ruby
class Airmail < Cask
|
|
version 'latest'
|
|
sha256 :no_check
|
|
|
|
url 'https://rink.hockeyapp.net/api/2/apps/84be85c3331ee1d222fd7f0b59e41b04?format=zip'
|
|
homepage 'http://airmailapp.com/'
|
|
|
|
link 'AirMail Beta.app'
|
|
end
|