homebrew-cask/Casks/deegain.rb

12 lines
353 B
Ruby
Raw Normal View History

cask 'deegain' do
2017-05-27 09:45:02 +08:00
version '1.1.0'
2017-06-14 14:55:21 +08:00
sha256 '7440f83665b04be13e0cb1f3f948a4261011f68db7ca0fd4b1ef7d3ec7795aba'
2016-04-24 21:02:55 +08:00
2017-06-14 14:55:21 +08:00
url "https://dotec-audio.com/release/DeeGain/DeeGainMacA_#{version}.zip"
name 'DOTEC-AUDIO DeeGain'
2017-01-02 05:56:15 +08:00
homepage 'https://dotec-audio.com/deegain.html'
2016-04-24 21:02:55 +08:00
2017-05-27 09:45:02 +08:00
audio_unit_plugin 'AudioUnit/DeeGain.component'
vst_plugin 'VST/DeeGain.vst'
2016-04-24 21:02:55 +08:00
end