homebrew-cask/Casks/qnapi.rb

14 lines
509 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'qnapi' do
2016-10-23 20:01:19 +08:00
version '0.2.2'
sha256 'eff53b9c04b23e9c3d1af26a0a384973ca314cd1e1e234a8bdad149d12ddb159'
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',
2016-10-23 20:01:19 +08:00
checkpoint: '86052e8130b91851277757d87bac1383316c13290b4b4e3171cd08d5337803dc'
2015-08-03 01:41:43 +08:00
name 'QNapi'
homepage 'https://qnapi.github.io/'
app 'QNapi.app'
end