homebrew-cask/Casks/deegain.rb

12 lines
352 B
Ruby
Raw Normal View History

cask 'deegain' do
2017-05-27 09:45:02 +08:00
version '1.1.0'
sha256 '3ad7fd274120a694cf7ab99f266c7a29e9e2476c9d46e433067c3079169d9dc5'
2016-04-24 21:02:55 +08:00
2017-04-11 21:20:59 +08:00
url "https://dotec-audio.com/release/DeeGain/DeeGainMac_#{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