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
2017-05-20 00:25:23 +08:00
version '0.2.3'
sha256 '9bb7f9ba42f6795c7e094ba6555e14955e02b5e2f5277454dc4a96b1569871d1'
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',
2017-05-20 00:25:23 +08:00
checkpoint: '0aa41961e853473ceb4559e3c9319dd660a00022e98d0053fa650b75f0b53e5b'
2015-08-03 01:41:43 +08:00
name 'QNapi'
homepage 'https://qnapi.github.io/'
app 'QNapi.app'
end