-
Notifications
You must be signed in to change notification settings - Fork 5
/
crystaldiskinfo.json
36 lines (36 loc) · 1.18 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
{
"homepage": "https://crystalmark.info/ja/software/crystaldiskinfo/",
"version": "8.6.2",
"license": "MIT",
"url": "http://inazumaapps.info/scoop/redist/CrystalDiskInfo8_6_2.zip",
"hash": "246edb60d85745073202733b97c968f0ec922e731e581527a62669b4d986d46f",
"architecture": {
"64bit": {
"bin": [["DiskInfo64.exe", "crystaldiskinfo"]],
"shortcuts": [
[
"DiskInfo64.exe",
"CrystalDiskInfo"
]
]
},
"32bit": {
"bin": [["DiskInfo32.exe", "crystaldiskinfo"]],
"shortcuts": [
[
"DiskInfo32.exe",
"CrystalDiskInfo"
]
]
}
},
"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.]+) –"
},
"_comment": "This manifest derives from https://github.com/jfut/scoop-jfut/"
}