mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
11 lines
422 B
Ruby
11 lines
422 B
Ruby
class Riffworkst4 < Cask
|
|
# note: "4" is not a version number, but an intrinsic part of product name "T4"
|
|
version '2.6'
|
|
sha256 '83c51fa4a08ad19f92418572e11b09ebb33f9a0341ff9e0173d0eb0c7709cddb'
|
|
|
|
url 'https://www.sonomawireworks.com/accountManagerUI/files/RiffWorksT4.dmg'
|
|
homepage 'http://www.sonomawireworks.com/T4/'
|
|
|
|
install 'RiffWorksT4V2_6.pkg'
|
|
uninstall :pkgutil => 'com.sonomawireworks.riffworkst4'
|
|
end
|