homebrew-cask/Casks/obs.rb

22 lines
737 B
Ruby

cask :v1 => 'obs' do
version '0.10.1'
sha256 '3ac583ff22510fc6d22dcebbad8dc88ea7c5e454e1500b7b4f8a05afade9b2d3'
# github.com is the official download host per the vendor homepage
url "https://github.com/jp9000/obs-studio/releases/download/#{version}/obs-#{version}-installer.dmg"
appcast 'https://github.com/jp9000/obs-studio/releases.atom'
name 'OBS'
homepage 'https://obsproject.com/'
license :gpl
pkg 'OBS.mpkg'
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'
]
end