homebrew-cask/Casks/uxprotect.rb

23 lines
789 B
Ruby
Raw Normal View History

2017-10-05 17:52:38 +08:00
cask 'uxprotect' do
2018-03-16 09:56:37 +08:00
version '1.1.1'
sha256 'e6a0472e35d04cf719e8841c813ff0e155550ab47d2e05c3a426a6815f05fbc2'
2017-10-05 17:52:38 +08:00
url "https://digitasecurity.com/download/uxprotect/UXProtect#{version}.zip"
2018-06-12 22:37:26 +08:00
appcast 'https://digitasecurity.com/product/uxprotect/appcast.xml'
2017-10-05 17:52:38 +08:00
name 'UXProtect'
homepage 'https://digitasecurity.com/product/uxprotect/'
auto_updates true
2017-10-05 17:52:38 +08:00
depends_on macos: '>= :sierra'
app 'UXProtect.app'
2017-11-18 17:43:55 +08:00
zap trash: [
'~/Library/Application Scripts/com.digitasecurity.UXProtect',
'~/Library/Caches/KSCrash/UXProtect',
'~/Library/Caches/com.digitasecurity.UXProtect',
2017-11-18 17:43:55 +08:00
'~/Library/Containers/com.digitasecurity.UXProtect',
'~/Library/Preferences/com.digitasecurity.UXProtect.plist',
]
2017-10-05 17:52:38 +08:00
end