forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
defraggler.json
40 lines (40 loc) · 1.08 KB
/
defraggler.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.ccleaner.com/defraggler",
"version": "2.22.995",
"url": "https://www.piriform.com/defraggler/download/portable/downloadfile#/dl.7z",
"hash": "2edfa974fc2e8e34c0b8c152077da9c3a4ab28cad81a4ced463f0cf6634a0f01",
"architecture": {
"64bit": {
"bin": [
[
"Defraggler64.exe",
"Defraggler"
]
],
"shortcuts": [
[
"Defraggler64.exe",
"Defraggler"
]
]
},
"32bit": {
"bin": [
"Defraggler.exe"
],
"shortcuts": [
[
"Defraggler.exe",
"Defraggler"
]
]
}
},
"checkver": {
"url": "https://www.piriform.com/defraggler/download",
"re": "<strong>\\s*v([\\d.]+)</strong>"
},
"autoupdate": {
"url": "https://www.piriform.com/defraggler/download/portable/downloadfile#/dl.7z"
}
}