Skip to content

Commit

Permalink
crystaldiskinfo-shizuku-edition: update to version 9.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KotaHv committed Feb 3, 2024
1 parent af00465 commit fcf4453
Showing 1 changed file with 10 additions and 22 deletions.
32 changes: 10 additions & 22 deletions bucket/crystaldiskinfo-shizuku-edition.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,24 @@
{
"homepage": "https://crystalmark.info/en/",
"description": "CrystalDiskInfo is a HDD/SSD utility software which supports S.M.A.R.T and a part of USB-HDD.",
"version": "9.1.1",
"version": "9.2.2",
"license": "MIT",
"url": "https://crystalmark.info/download/zz/CrystalDiskInfo9_1_1Shizuku.zip",
"hash": "cee8575b8e19855495a1072e628ed7967aa0fd687b1650adf5864fbd7ce88607",
"url": "https://sourceforge.net/projects/crystaldiskinfo/files/9.2.2/CrystalDiskInfo9_2_2Shizuku.zip",
"hash": "b9f66450fb9c34e6b72c61a46060136fcd19ae72b84ca8c83eff4ffc761ed463",
"architecture": {
"64bit": {
"shortcuts": [
[
"DiskInfo64S.exe",
"CrystalDiskInfo Shizuku Edition"
]
["DiskInfo64S.exe", "CrystalDiskInfo Shizuku Edition"]
]
},
"32bit": {
"shortcuts": [
[
"DiskInfo32S.exe",
"CrystalDiskInfo Shizuku Edition"
]
["DiskInfo32S.exe", "CrystalDiskInfo Shizuku Edition"]
]
},
"arm64": {
"shortcuts": [
[
"DiskInfoA64S.exe",
"CrystalDiskInfo Shizuku Edition"
]
["DiskInfoA64S.exe", "CrystalDiskInfo Shizuku Edition"]
]
}
},
Expand All @@ -36,15 +27,12 @@
" New-Item \"$dir\\DiskInfo.ini\" -ItemType File | Out-Null",
"}"
],
"persist": [
"DiskInfo.ini",
"Smart"
],
"persist": ["DiskInfo.ini", "Smart"],
"checkver": {
"url": "https://crystalmark.info/en/download/",
"regex": "meta name=\"description.+CrystalDiskInfo ([\\w\\.]+) - Manual"
"sourceforge": "crystaldiskinfo",
"regex": "([\\d.a-zA-Z]+)/CrystalDiskInfo.*.zip"
},
"autoupdate": {
"url": "https://crystalmark.info/download/zz/CrystalDiskInfo$underscoreVersionShizuku.zip"
"url": "https://sourceforge.net/projects/crystaldiskinfo/files/$version/CrystalDiskInfo$underscoreVersionShizuku.zip"
}
}

0 comments on commit fcf4453

Please sign in to comment.