homebrew-cask/Casks/disk-drill.rb

21 lines
712 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'disk-drill' do
2017-01-05 12:01:15 +08:00
version '3.1.769'
sha256 '1195e022934979d36350d25cc3c917a6dd649a4c8ff2191b3e6778899073415f'
2016-08-05 19:07:01 +08:00
url "https://www.cleverfiles.com/releases/DiskDrill_#{version}.zip"
appcast 'https://www.cleverfiles.com/releases/auto-update/dd2-newestr.xml',
2017-01-05 12:01:15 +08:00
checkpoint: 'ffdd694a03a3cab0230d7315e5520d8acfaf687eabbe9ec5e04e3e2f16596f72'
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'
zap delete: [
'~/Library/Application Support/DiskDrill',
'~/Library/Caches/com.cleverfiles.Disk_Drill',
'~/Library/Logs/DiskDrill.log',
]
end