homebrew-cask/Casks/qnapi.rb

15 lines
524 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'qnapi' do
2016-01-08 02:53:35 +08:00
version '0.2.1'
sha256 '4189c0335b8e017a6086940bab0c4b1f8ceb03936b5bf0e0cb96b3bedd2e9854'
2015-08-03 01:41:43 +08:00
2016-02-11 06:19:57 +08:00
# github.com/QNapi/qnapi was verified as official when first introduced to the cask
2015-08-03 01:41:43 +08:00
url "https://github.com/QNapi/qnapi/releases/download/#{version}/QNapi-#{version}.dmg"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/QNapi/qnapi/releases.atom',
checkpoint: 'a1e48985ce0947d205899e896a1659ce1f4e4ba55d21b5ce59f37bb09bfe9d35'
2015-08-03 01:41:43 +08:00
name 'QNapi'
homepage 'https://qnapi.github.io/'
license :gpl
app 'QNapi.app'
end