homebrew-cask/Casks/blockblock.rb

25 lines
1.1 KiB
Ruby

cask 'blockblock' do
version '0.9.7'
sha256 '12be9b1f7a320222105f76404a2a7caf70555213c3d4f344a7a4a07f954083c5'
# bitbucket.org/objective-see was verified as official when first introduced to the cask
url "https://bitbucket.org/objective-see/deploy/downloads/BlockBlock_#{version}.zip"
appcast 'https://objective-see.com/products.json',
checkpoint: '89dae1300c90242339b554780b2592f96a3da1be144c26555b290f499e1abde5'
name 'BlockBlock'
homepage 'https://objective-see.com/products/blockblock.html'
installer manual: 'BlockBlock_Installer.app'
uninstall quit: 'com.objectivesee.BlockBlock',
launchctl: [
'com.objectiveSee.blockblock.agent',
'com.objectiveSee.blockblock.daemon',
],
delete: [
'/Applications/BlockBlock.app',
'/Library/LaunchDaemons/com.objectiveSee.blockblock.plist',
'~/Library/LaunchAgents/com.objectiveSee.blockblock.plist',
]
end