diff --git a/Casks/qcma.rb b/Casks/qcma.rb new file mode 100644 index 0000000000..beb787ae06 --- /dev/null +++ b/Casks/qcma.rb @@ -0,0 +1,14 @@ +cask 'qcma' do + version '0.3.10' + sha256 '9273f68bc59a3ddb379d8051d18c95ff0d8935bd7b3a1c4d46653fde710c5882' + + # nekmo.com is the official download host per the vendor homepage + url "http://codestation.nekmo.com/qcma/#{version}/osx/qcma-#{version}.dmg" + appcast 'https://github.com/codestation/qcma/releases.atom', + :sha256 => '6b1af368d82aaa0f8ed6b0757ed968260426dec2b235b088d9723326d46d5542' + name 'Qcma' + homepage 'https://codestation.github.io/qcma/' + license :gpl + + app 'Qcma.app' +end