Add REDCINE-X PROFESSIONAL BUILD 31 RELEASE

Includes the following apps in pkg:

* REDCINE-X\ Professional/RED\ PLAYER.app

* REDCINE-X\ Professional/REDCINE-X\ PRO.app

* REDCINE-X\ Professional/Utilities/RED\ Launcher.app

* REDCINE-X\ Professional/Utilities/RED\ Watchdog.app
This commit is contained in:
extrinsicmedia 2014-11-08 13:53:27 -08:00 committed by Vítor Galvão
parent 64d4db1ddf
commit 01befce53c
1 changed files with 15 additions and 0 deletions

15
Casks/redcine-x-pro.rb Normal file
View File

@ -0,0 +1,15 @@
class RedcineXPro < Cask
version '31.0.0'
sha256 '9393f84d839214ef4b692434ced8f4f9ecd12f8f49d8230d84c1bef9fe44d4db'
# amazonaws is the official download host per the vendor homepage
url "http://s3.amazonaws.com/red_3/downloads/software/rcx/REDCINE-X_PRO_Build_#{version.to_i}_OSX.zip"
homepage 'https://www.red.com/'
license :commercial
pkg "REDCINE-X_PRO_Build_#{version.to_i}.pkg"
uninstall :pkgutil => [
'com.red.pkg.REDCINE-X PRO',
'com.red.pkg.SupportLibs',
]
end