homebrew-cask/Casks/clamxav.rb

22 lines
601 B
Ruby

cask 'clamxav' do
version '3.0.7_7641'
sha256 '4ab5ccc53d5a766e116f878fc04d84789807823fe74ab1ea0b5eb6f6aeca865c'
url "https://cdn.clamxav.com/ClamXAVdownloads/ClamXAV_#{version}.zip"
appcast "https://www.clamxav.com/sparkle/appcast#{version.major}.xml"
name 'ClamXAV'
homepage 'https://www.clamxav.com/'
app 'ClamXAV.app'
zap trash: [
'~/Library/Caches/uk.co.markallan.clamxav',
'~/Library/Logs/clamXav-scan.*',
]
caveats do
# this happens sometime after installation, but still worth warning about
files_in_usr_local
end
end