homebrew-cask/Casks/disk-drill.rb

20 lines
617 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'disk-drill' do
2018-10-14 20:55:43 +08:00
version '3.6.916'
sha256 '942e4fff67a832848b6e232b0d13e4ee8b66084d3e45869da553c9e12c7fd888'
2016-08-05 19:07:01 +08:00
url "https://www.cleverfiles.com/releases/DiskDrill_#{version}.zip"
2018-06-12 22:37:26 +08:00
appcast 'https://www.cleverfiles.com/releases/auto-update/dd2-newestr.xml'
2015-03-28 01:10:21 +08:00
name 'Disk Drill'
homepage 'https://www.cleverfiles.com/'
2014-09-16 00:05:28 +08:00
app 'Disk Drill.app'
2014-10-11 22:25:39 +08:00
uninstall delete: '/Library/Application Support/CleverFiles'
2017-11-18 17:50:50 +08:00
zap trash: [
'~/Library/Application Support/DiskDrill',
'~/Library/Caches/com.cleverfiles.Disk_Drill',
'~/Library/Logs/DiskDrill.log',
]
end