From 37cdea876f51dd3c4503cee302fc2bb34fa4cdef Mon Sep 17 00:00:00 2001 From: Will Kruse Date: Tue, 1 Apr 2014 11:11:23 -0400 Subject: [PATCH] Added CamTwist v3.0(beta) More information regarding CamTwist can be found at http://camtwiststudio.com/ --- Casks/camtwist-beta.rb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Casks/camtwist-beta.rb diff --git a/Casks/camtwist-beta.rb b/Casks/camtwist-beta.rb new file mode 100644 index 000000000..4a4eceb1c --- /dev/null +++ b/Casks/camtwist-beta.rb @@ -0,0 +1,7 @@ +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