homebrew-cask/Casks/oversight.rb

24 lines
1.0 KiB
Ruby
Raw Normal View History

2016-10-15 09:01:40 +08:00
cask 'oversight' do
2017-04-14 21:03:45 +08:00
version '1.1.0'
sha256 'a1798c555f34f3d9e66c23edcb0add55fbdc554a2c6b40177e2281b0ebc585be'
2016-10-15 09:01:40 +08:00
# bitbucket.org/objective-see was verified as official when first introduced to the cask
url "https://bitbucket.org/objective-see/deploy/downloads/OverSight_#{version}.zip"
appcast 'https://objective-see.com/products/versions/oversight.json',
2017-04-14 21:03:45 +08:00
checkpoint: 'cd2bf3138784a13e5d52b5b1d61959e6084ccca4458eb4cace4e4f8fd8de397d'
name 'OverSight'
2016-10-15 09:01:40 +08:00
homepage 'https://objective-see.com/products/oversight.html'
2017-04-14 21:03:45 +08:00
installer script: {
executable: "#{staged_path}/OverSight_Installer.app/Contents/MacOS/OverSight_Installer",
args: ['-install'],
sudo: true,
}
2016-10-15 09:01:40 +08:00
2017-04-14 21:03:45 +08:00
uninstall script: {
executable: "#{staged_path}/OverSight_Installer.app/Contents/MacOS/OverSight_Installer",
args: ['-uninstall'],
sudo: true,
}
2016-10-15 09:01:40 +08:00
end