forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cpu-z.json
42 lines (42 loc) · 981 Bytes
/
cpu-z.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
{
"homepage": "https://www.cpuid.com/softwares/cpu-z.html",
"url": "http://download.cpuid.com/cpu-z/cpu-z_1.86-en.zip",
"version": "1.86",
"hash": "fe23d3b60d6a423c6558aa319e35daf5a72ddff31f9249c95817dc5a3f79bb04",
"bin": [
[
"cpuz_x64.exe",
"cpu-z"
],
[
"cpuz_x32.exe",
"cpu-z-32"
],
[
"cpuz_x64.exe",
"cpu-z-64"
]
],
"architecture": {
"32bit": {
"shortcuts": [
[
"cpuz_x32.exe",
"CPU-Z"
]
]
},
"64bit": {
"shortcuts": [
[
"cpuz_x64.exe",
"CPU-Z"
]
]
}
},
"checkver": "Version ([\\d.]+) for windows",
"autoupdate": {
"url": "http://download.cpuid.com/cpu-z/cpu-z_$version-en.zip"
}
}