homebrew-cask/Casks/camtwist.rb

15 lines
447 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'camtwist' do
version '3.4'
sha256 '9411e0b2fb76df4adaf952499b876c30698f409ce7d19416ed238fba194eed8f'
url "http://camtwiststudio.com/beta/CamTwist_#{version}.dmg"
2015-04-05 13:17:53 +08:00
name 'CamTwist'
homepage 'http://camtwiststudio.com/'
2014-09-10 23:36:59 +08:00
pkg 'CamTwist.pkg'
2014-11-22 22:12:37 +08:00
uninstall script: { executable: 'Manual Install/CamTwist/uninstall.command' },
pkgutil: 'com.allocinit.camtwist.*',
launchctl: 'com.allocinit.camtwist.dal'
end