homebrew-cask/Casks/airpass.rb

13 lines
445 B
Ruby
Raw Normal View History

2018-04-23 03:26:06 +08:00
cask 'airpass' do
version '1.0.1'
sha256 'dd13d6de4d9b430a38e188a92f371525ceb9e539587003af5ed003597bbdc05c'
# github.com/alvesjtiago/airpass was verified as official when first introduced to the cask
url "https://github.com/alvesjtiago/airpass/releases/download/#{version}/Airpass.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/alvesjtiago/airpass/releases.atom'
2018-04-23 03:26:06 +08:00
name 'Airpass'
homepage 'http://airpass.tiagoalves.me/'
app 'Airpass.app'
end