Add AvidCodecsLE 2_3_7 installation

This commit is contained in:
extrinsicmedia 2014-11-09 23:58:22 -08:00 committed by Vítor Galvão
parent 64d4db1ddf
commit 8f46481431
1 changed files with 11 additions and 0 deletions

11
Casks/avidcodecsle.rb Normal file
View File

@ -0,0 +1,11 @@
class Avidcodecsle < Cask
version '2.3.7'
sha256 '0a3e9b24e1af3ea0e01167a944c08b086a6818eacb38bb637bd0dbe85486323b'
url "http://resources.avid.com/supportfiles/attach/AvidCodecsLE_#{version.gsub('.','_')}/Mac/AvidCodecsLE.pkg.zip"
homepage 'http://www.avid.com/US/industries/workflow/DNxHD-Codec'
license :commercial
pkg 'AvidCodecsLE.pkg'
uninstall :pkgutil => 'com.avid.avidcodecsle'
end