mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
10 lines
301 B
Ruby
10 lines
301 B
Ruby
class Qmind < Cask
|
|
version '0.3.4'
|
|
sha256 '498dc5b753804d25cbf15afbdb8641af1ddcf53b65ab04d3188c7a8b669f6695'
|
|
|
|
url 'https://github.com/qvacua/qmind/releases/download/v0.3.4-22/Qmind-0.3.4.zip'
|
|
appcast 'http://qvacua.com/qmind/appcast.xml'
|
|
homepage 'http://qvacua.com'
|
|
|
|
link 'Qmind.app'
|
|
end
|