homebrew-cask/Casks/quantum.rb

12 lines
279 B
Ruby
Raw Normal View History

2016-02-06 21:34:41 +08:00
cask 'quantum' do
version :latest
sha256 :no_check
2016-11-23 21:35:25 +08:00
# triplecheck.net was verified as official when first introduced to the cask
2016-02-06 21:34:41 +08:00
url 'http://triplecheck.net/download/quantum-mac.zip'
name 'Quantum'
2016-11-23 21:35:25 +08:00
homepage 'http://triplecheck.tech/quantum/'
2016-02-06 21:34:41 +08:00
app 'quantum.app'
end