forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
crystaldiskinfo.json
54 lines (54 loc) · 1.69 KB
/
crystaldiskinfo.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
45
46
47
48
49
50
51
52
53
54
{
"homepage": "https://osdn.net/projects/crystaldiskinfo/",
"description": "CrystalDiskInfo is a HDD/SSD utility software which supports S.M.A.R.T and a part of USB-HDD.",
"version": "7.8.3",
"license": "MIT",
"url": "https://osdn.net/frs/redir.php?m=dotsrc&f=crystaldiskinfo/70096/CrystalDiskInfo7_8_3.zip",
"hash": "md5:6e6b61f42823880e22165b631631d0df",
"architecture": {
"64bit": {
"bin": [
[
"DiskInfo64.exe",
"DiskInfo"
]
],
"shortcuts": [
[
"DiskInfo64.exe",
"DiskInfo"
]
]
},
"32bit": {
"bin": [
[
"DiskInfo32.exe",
"DiskInfo"
]
],
"shortcuts": [
[
"DiskInfo32.exe",
"DiskInfo"
]
]
}
},
"persist": [
"DiskInfo.ini"
],
"pre_install": [
"if(!(Test-Path \"$dir/DiskInfo.ini\")) { Add-Content \"$dir/DiskInfo.ini\" $null }"
],
"checkver": {
"re": "<a href=\"/projects/crystaldiskinfo/releases/(?<release>[\\d]*)\">CrystalDiskInfo ([\\d+\\.*]+)</a>"
},
"autoupdate": {
"url": "https://osdn.net/frs/redir.php?m=dotsrc&f=crystaldiskinfo/$matchRelease/CrystalDiskInfo$underscoreVersion.zip",
"hash": {
"url": "https://osdn.net/projects/crystaldiskinfo/downloads/$matchRelease/CrystalDiskInfo$underscoreVersion.zip/",
"regex": "<dt>MD5</dt>\\n[\\t ]*<dd>([0-9a-fA-F]{32})</dd>"
}
}
}