homebrew-cask/Casks/qmind.rb

15 lines
505 B
Ruby

cask 'qmind' do
version '0.3.4'
sha256 '498dc5b753804d25cbf15afbdb8641af1ddcf53b65ab04d3188c7a8b669f6695'
# github.com is the official download host per the vendor homepage
url "https://github.com/qvacua/qmind/releases/download/v#{version}-22/Qmind-#{version}.zip"
appcast 'https://github.com/qvacua/qmind/releases.atom',
:sha256 => 'bff9e6e15fa092a4e4eb2a329083803d67b9440b239214aa71d3bec9f8de7a8a'
name 'Qmind'
homepage 'http://qvacua.com'
license :gpl
app 'Qmind.app'
end