homebrew-cask/Casks/deepanpot.rb

14 lines
399 B
Ruby
Raw Normal View History

cask 'deepanpot' do
version '2.1.1'
sha256 'f7b52a83ecfeacdfa2c3d2c1ea10d56c9449908aa11b317cb0243bc5168c2a12'
2016-04-24 21:49:25 +08:00
url "https://dotec-audio.com/release/DeePanpot/DeePanpotMacA_#{version}.zip"
name 'DOTEC-AUDIO DeePanpot'
2017-01-02 05:56:15 +08:00
homepage 'https://dotec-audio.com/deepanpot.html'
2016-04-24 21:49:25 +08:00
depends_on macos: '>= :lion'
audio_unit_plugin 'AudioUnit/DeePanpot.component'
vst_plugin 'VST/DeePanpot.vst'
2016-04-24 21:49:25 +08:00
end