homebrew-cask/Casks/clamxav.rb

22 lines
602 B
Ruby

cask 'clamxav' do
version '3.0.11_7899'
sha256 'e8684a8982b8288802a8cb547873da66fbd6f8a8ae5843046ec73628f75dcd42'
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