homebrew-cask/Casks/qmind.rb

14 lines
510 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'qmind' do
version '0.3.4'
sha256 '498dc5b753804d25cbf15afbdb8641af1ddcf53b65ab04d3188c7a8b669f6695'
2016-06-19 06:29:09 +08:00
# github.com/qvacua/qmind was verified as official when first introduced to the cask
2014-09-26 20:09:08 +08:00
url "https://github.com/qvacua/qmind/releases/download/v#{version}-22/Qmind-#{version}.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/qvacua/qmind/releases.atom',
2017-03-31 03:56:14 +08:00
checkpoint: '0f08a3d9e84a7b5f1e0c0f5ce4d5d413507cc55aa8fc112c9b07da0d3fc3ca3f'
2015-04-23 05:20:41 +08:00
name 'Qmind'
homepage 'http://qvacua.com/'
2014-09-16 00:06:12 +08:00
app 'Qmind.app'
end