-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcrystaldiskinfo-kureikei.json
35 lines (35 loc) · 1.14 KB
/
crystaldiskinfo-kureikei.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
{
"homepage": "https://crystalmark.info/ja/software/crystaldiskinfo/",
"version": "8.6.2",
"license": "MIT",
"url": "http://inazumaapps.info/scoop/redist/CrystalDiskInfo8_6_2KureiKei.zip",
"hash": "91ddbff316faa967e1e3bcc2f838b46fc8d7ecd2d237b9f7c661a4952b5f9bad",
"architecture": {
"64bit": {
"bin": [["DiskInfo64K.exe", "crystaldiskinfo"]],
"shortcuts": [
[
"DiskInfo64K.exe",
"CrystalDiskInfo Kurei Kei Edition"
]
]
},
"32bit": {
"bin": [["DiskInfo32K.exe", "crystaldiskinfo"]],
"shortcuts": [
[
"DiskInfo32K.exe",
"CrystalDiskInfo Kurei Kei Edition"
]
]
}
},
"pre_install": "if(!(Test-Path(\"$dir\\DiskInfo.ini\"))) { New-Item \"$dir\\DiskInfo.ini\" | Out-Null }",
"persist": [
"DiskInfo.ini"
],
"checkver": {
"url": "https://crystalmark.info/ja/download/",
"re": "\\] CrystalDiskInfo ([\\d.]+) –"
}
}