homebrew-cask/Casks/uxprotect.rb

24 lines
879 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"
appcast 'https://digitasecurity.com/product/uxprotect/appcast.xml',
2018-03-16 09:56:37 +08:00
checkpoint: 'f9246121cf3f318479784f949c8a329f28daf0a8169af5aad59770f1b6ec1484'
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