homebrew-cask/Casks/qmind.rb

15 lines
509 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'qmind' do
version '0.3.4'
sha256 '498dc5b753804d25cbf15afbdb8641af1ddcf53b65ab04d3188c7a8b669f6695'
2015-01-18 10:40:58 +08:00
# github.com is the official download host per the vendor homepage
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',
:checkpoint => 'bff9e6e15fa092a4e4eb2a329083803d67b9440b239214aa71d3bec9f8de7a8a'
2015-04-23 05:20:41 +08:00
name 'Qmind'
homepage 'http://qvacua.com'
2014-10-12 00:34:57 +08:00
license :gpl
2014-09-16 00:06:12 +08:00
app 'Qmind.app'
end