forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ccleaner.json
44 lines (44 loc) · 1.21 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
41
42
43
44
{
"homepage": "https://www.piriform.com/ccleaner",
"version": "5.44.6575",
"url": "https://www.piriform.com/ccleaner/download/portable/downloadfile#/dl.7z",
"hash": "1aaa0621ee295147d82f168b4cdc0151dd1507d4624aa2ac5aa28eb1a6c5d93a",
"architecture": {
"64bit": {
"bin": [
[
"CCleaner64.exe",
"CCleaner"
]
],
"shortcuts": [
[
"CCleaner64.exe",
"CCleaner"
]
]
},
"32bit": {
"bin": [
"CCleaner.exe"
],
"shortcuts": [
[
"CCleaner.exe",
"CCleaner"
]
]
}
},
"persist": "ccleaner.ini",
"pre_install": [
"if(!(test-path \"$dir\\ccleaner.ini\")) { Add-Content \"$dir\\ccleaner.ini\" $null }"
],
"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"
}
}