homebrew-cask/Casks/airpass.rb

14 lines
535 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"
appcast 'https://github.com/alvesjtiago/airpass/releases.atom',
checkpoint: '73180aef9ecce661bf0e1055b6b697f0dedd3b8fbdbea61851c0ac7565c06071'
name 'Airpass'
homepage 'http://airpass.tiagoalves.me/'
app 'Airpass.app'
end