homebrew-cask/Casks/obs.rb

22 lines
737 B
Ruby
Raw Normal View History

2014-11-14 01:26:31 +08:00
cask :v1 => 'obs' do
2015-06-05 04:18:15 +08:00
version '0.10.1'
sha256 '3ac583ff22510fc6d22dcebbad8dc88ea7c5e454e1500b7b4f8a05afade9b2d3'
2014-07-16 14:20:08 +08:00
2015-01-18 09:59:10 +08:00
# github.com is the official download host per the vendor homepage
2014-10-24 07:50:16 +08:00
url "https://github.com/jp9000/obs-studio/releases/download/#{version}/obs-#{version}-installer.dmg"
2015-03-15 19:53:59 +08:00
appcast 'https://github.com/jp9000/obs-studio/releases.atom'
2015-04-16 01:26:33 +08:00
name 'OBS'
homepage 'https://obsproject.com/'
license :gpl
2014-07-16 14:20:08 +08:00
pkg 'OBS.mpkg'
2014-11-22 22:12:43 +08:00
2015-03-10 03:18:48 +08:00
uninstall :pkgutil => 'org.obsproject.pkg.obs-studio',
:delete => '/Applications/SyphonInject.app'
zap :delete => [
'/private/var/db/receipts/zakk.lol.SyphonInject.bom',
'/private/var/db/receipts/zakk.lol.SyphonInject.plist'
]
2014-07-16 14:20:08 +08:00
end