forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
crystaldiskinfo.json
50 lines (50 loc) · 1.66 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
{
"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": "8.0.0",
"license": "MIT",
"url": "https://osdn.net/frs/redir.php?m=dotsrc&f=crystaldiskinfo/70295/CrystalDiskInfo8_0_0.zip",
"hash": "md5:044d7ec1bfdc377c9338e8f283a89225",
"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>"
}
}
}