-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcrystaldiskmark-shizuku.json
39 lines (39 loc) · 1.27 KB
/
crystaldiskmark-shizuku.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
{
"homepage": "https://crystalmark.info/ja/software/crystaldiskmark/",
"version": "7.0.0h",
"license": "MIT",
"url": "http://inazumaapps.info/scoop/redist/CrystalDiskMark7_0_0hShizuku.zip",
"hash": "24f8c1146818e032fdd2363e9f578654854d2bcb10633e14d5879453d1d49a4d",
"architecture": {
"64bit": {
"bin": [["DiskMark64S.exe", "crystaldiskmark"]],
"shortcuts": [
[
"DiskMark64S.exe",
"CrystalDiskMark"
]
]
},
"32bit": {
"bin": [["DiskMark32S.exe", "crystaldiskmark"]],
"shortcuts": [
[
"DiskMark32S.exe",
"CrystalDiskMark"
]
]
}
},
"pre_install": [
"if(!(Test-Path(\"$dir\\DiskMark64S.ini\"))) { New-Item \"$dir\\DiskMark64S.ini\" | Out-Null }",
"if(!(Test-Path(\"$dir\\DiskMark32S.ini\"))) { New-Item \"$dir\\DiskMark32S.ini\" | Out-Null }"
],
"persist": [
"DiskMark64S.ini",
"DiskMark32S.ini"
],
"checkver": {
"url": "https://crystalmark.info/ja/download/",
"re": "\\] CrystalDiskMark ([\\a-z.]+) –"
}
}