homebrew-cask/Casks/qcma.rb

14 lines
527 B
Ruby
Raw Normal View History

2016-01-14 00:26:15 +08:00
cask 'qcma' do
2016-12-11 21:15:23 +08:00
version '0.4.1'
sha256 'f920aeb3497285af12e2e105977347675e5a46df505bfa32cec32965eea6a960'
2016-01-14 00:26:15 +08:00
2016-12-11 21:15:23 +08:00
# github.com/codestation was verified as official when first introduced to the cask
url "https://github.com/codestation/qcma/releases/download/v#{version}/Qcma_#{version}.dmg"
2016-01-14 00:26:15 +08:00
appcast 'https://github.com/codestation/qcma/releases.atom',
2017-05-06 03:30:27 +08:00
checkpoint: '46020775f9b0d28815e6f3183d93df722336dd39334fd68d8ad5442740f43dfe'
2016-01-14 00:26:15 +08:00
name 'Qcma'
homepage 'https://codestation.github.io/qcma/'
app 'Qcma.app'
end