homebrew-cask/Casks/outset.rb

25 lines
781 B
Ruby
Raw Normal View History

cask 'outset' do
2017-07-10 15:12:25 +08:00
version '2.0.6'
sha256 'bfc3921e91fab1b9ff915c2935162b930ab0035a1336932e085f46bcf95bb752'
url "https://github.com/chilcote/outset/releases/download/v#{version}/outset-#{version}.pkg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/chilcote/outset/releases.atom'
name 'outset'
homepage 'https://github.com/chilcote/outset'
pkg "outset-#{version}.pkg"
uninstall launchctl: [
'com.github.outset.boot',
'com.github.outset.cleanup',
'com.github.outset.login',
'com.github.outset.login-privileged',
'com.github.outset.on-demand',
],
pkgutil: 'com.github.outset'
caveats do
files_in_usr_local
end
end