homebrew-cask/Casks/qmind.rb

14 lines
423 B
Ruby
Raw Normal View History

2014-11-14 01:26:45 +08:00
cask :v1 => '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-03-15 19:54:43 +08:00
appcast 'https://github.com/qvacua/qmind/releases.atom'
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