You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
308 B
7 lines
308 B
class CamtwistBeta < Cask
|
|
url 'http://camtwiststudio.com/beta/CamTwist_3.0.dmg'
|
|
homepage 'http://camtwiststudio.com/'
|
|
version '3.0beta'
|
|
sha256 'bef72de07368de34c58a3bca31efeac388f129c02661a3d62a745be17e729679'
|
|
uninstall :script => { :executable => 'Manual Install/CamTwist/uninstall.command' }
|
|
end
|
|
|