homebrew-cask/Casks/obs.rb

22 lines
813 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'obs' do
2016-08-09 12:37:03 +08:00
version '0.15.1'
sha256 '68d9f52aeee05191539129afcc5fa74011293d15410acae759c8eff76e540771'
2014-07-16 14:20:08 +08:00
2016-06-18 06:33:42 +08:00
# github.com/jp9000/obs-studio was verified as official when first introduced to the cask
2014-10-24 07:50:16 +08:00
url "https://github.com/jp9000/obs-studio/releases/download/#{version}/obs-#{version}-installer.dmg"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/jp9000/obs-studio/releases.atom',
2016-08-09 12:37:03 +08:00
checkpoint: '161d6077d10e27243b8b8d0134198adcda7695754fd1cd33687cc2e55b70b5ec'
2015-04-16 01:26:33 +08:00
name 'OBS'
homepage 'https://obsproject.com/'
2014-07-16 14:20:08 +08:00
2015-07-12 02:06:58 +08:00
pkg 'OBS.pkg'
2014-11-22 22:12:43 +08:00
uninstall pkgutil: 'org.obsproject.pkg.obs-studio',
delete: '/Applications/SyphonInject.app'
2015-03-10 03:18:48 +08:00
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