homebrew-cask/Casks/obs.rb

12 lines
351 B
Ruby
Raw Normal View History

2014-07-16 14:20:08 +08:00
class Obs < Cask
2014-10-24 07:50:16 +08:00
version '0.6.2'
sha256 '871b73509008c3df1c3ba005ff290395d19e494266571fc0f7b14d73f813d605'
2014-07-16 14:20:08 +08:00
2014-10-24 07:50:16 +08:00
url "https://github.com/jp9000/obs-studio/releases/download/#{version}/obs-#{version}-installer.dmg"
2014-07-16 14:20:08 +08:00
homepage 'http://obsproject.com/'
2014-10-01 23:33:30 +08:00
license :oss
2014-07-16 14:20:08 +08:00
2014-10-24 07:50:16 +08:00
pkg "OBS Studio.mpkg"
uninstall :pkgutil => 'org.obsproject.pkg.obs-studio'
2014-07-16 14:20:08 +08:00
end