homebrew-cask/Casks/obs.rb

23 lines
805 B
Ruby

cask 'obs' do
version '0.14.1'
sha256 'a95f962585307a534fff0d86926c5f3f4d2157782555ad071501be80748336b9'
# 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',
checkpoint: 'db501f532a5db89ddbe1948288a534e4f6623f81415b86a3bda61318aa000f03'
name 'OBS'
homepage 'https://obsproject.com/'
license :gpl
pkg 'OBS.pkg'
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