homebrew-cask/Casks/outset.rb

25 lines
655 B
Ruby

cask "outset" do
version "2.0.6"
sha256 "bfc3921e91fab1b9ff915c2935162b930ab0035a1336932e085f46bcf95bb752"
url "https://github.com/chilcote/outset/releases/download/v#{version}/outset-#{version}.pkg"
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