forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ccleaner.json
40 lines (40 loc) · 1.06 KB
/
ccleaner.json
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
30
31
32
33
34
35
36
37
38
39
40
{
"homepage": "https://www.piriform.com/ccleaner",
"version": "5.35.6210",
"url": "https://www.piriform.com/ccleaner/download/portable/downloadfile#/dl.7z",
"hash": "e855694fca0919308491b8fb097b78aa9b1456acaa36f00bcd108a2b2656db51",
"architecture": {
"64bit": {
"bin": [
[
"CCleaner64.exe",
"CCleaner"
]
],
"shortcuts": [
[
"CCleaner64.exe",
"CCleaner"
]
]
},
"32bit": {
"bin": [
"CCleaner.exe"
],
"shortcuts": [
[
"CCleaner.exe",
"CCleaner"
]
]
}
},
"checkver": {
"url": "https://www.piriform.com/ccleaner/download",
"re": "<strong>v([\\d.]+)</strong>"
},
"autoupdate": {
"url": "https://www.piriform.com/ccleaner/download/portable/downloadfile#/dl.7z"
}
}