homebrew-cask/Casks/debookee.rb

29 lines
1.1 KiB
Ruby

cask 'debookee' do
version '6.1.0'
sha256 '25f23d5eb6501bbddec676fc2fcbdaa58e354ecc6f772ee4a6aae641547d7a8d'
# iwaxx.com/debookee was verified as official when first introduced to the cask
url 'https://www.iwaxx.com/debookee/debookee.zip'
appcast 'https://www.iwaxx.com/debookee/appcast.php',
checkpoint: '8e1568cee46635cdc38ad3882ed45563b47bd6f458a9af2d34fa82348b65d190'
name 'Debookee'
homepage 'https://debookee.com/'
depends_on macos: '>= :sierra'
app 'Debookee.app'
uninstall delete: '/Library/PrivilegedHelperTools/com.iwaxx.Debookee.PacketTool',
launchctl: 'com.iwaxx.Debookee.PacketTool'
zap trash: [
'~/Library/Application Support/com.iwaxx.Debookee',
'~/Library/Caches/com.iwaxx.Debookee',
'~/Library/Cookies/com.iwaxx.Debookee.binarycookies',
'~/Library/Logs/Debookee',
'~/Library/Preferences/com.iwaxx.Debookee.plist',
'~/Library/Saved Application State/com.iwaxx.Debookee.savedState',
'~/Library/WebKit/com.iwaxx.Debookee',
]
end