homebrew-cask/Casks/disk-drill.rb

20 lines
617 B
Ruby

cask 'disk-drill' do
version '3.6.906'
sha256 'fc3a5b361e7a9a6fc9c0e3d4103b9c9701f33612b67f0ee86a5b64dde1c76d76'
url "https://www.cleverfiles.com/releases/DiskDrill_#{version}.zip"
appcast 'https://www.cleverfiles.com/releases/auto-update/dd2-newestr.xml'
name 'Disk Drill'
homepage 'https://www.cleverfiles.com/'
app 'Disk Drill.app'
uninstall delete: '/Library/Application Support/CleverFiles'
zap trash: [
'~/Library/Application Support/DiskDrill',
'~/Library/Caches/com.cleverfiles.Disk_Drill',
'~/Library/Logs/DiskDrill.log',
]
end