-
-
Notifications
You must be signed in to change notification settings - Fork 11.5k
Expand file tree
/
Copy pathduplicate-file-finder.rb
More file actions
29 lines (24 loc) · 1.16 KB
/
duplicate-file-finder.rb
File metadata and controls
29 lines (24 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
cask "duplicate-file-finder" do
version "9.1,974"
sha256 "1832ad02490dda6743d3c5137a732dec2bafce380b4ede11f2560cd7f1226c75"
url "https://download.nektony.com/download/duplicate-file-finder/duplicate-file-finder.dmg?build=#{version.csv.second}"
name "Duplicate File Finder"
desc "Find and remove unwanted duplicate files and folders"
homepage "https://nektony.com/duplicate-finder-free"
livecheck do
url "https://download.nektony.com/pro-support/v3/duplicates-finder-site/update/update.xml"
strategy :sparkle
end
auto_updates true
depends_on macos: :big_sur
app "Duplicate File Finder #{version.major}.app"
zap trash: [
"~/Library/Application Scripts/com.nektony.Duplicate-File-Finder-SII*",
"~/Library/Application Support/com.nektony.Duplicate-File-Finder-SII*",
"~/Library/Caches/com.nektony.Duplicate-File-Finder-SII*",
"~/Library/Cookies/com.nektony.Duplicate-File-Finder-SII.binarycookies",
"~/Library/HTTPStorages/com.nektony.Duplicate-File-Finder-SII*",
"~/Library/Preferences/com.nektony.Duplicate-File-Finder-SII*.plist",
"~/Library/Saved Application State/com.nektony.Duplicate-File-Finder-SII*.savedState",
]
end