mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-08-01 07:02:18 +08:00
52 lines
1.6 KiB
JSON
52 lines
1.6 KiB
JSON
{
|
|
"version": "1.67",
|
|
"description": "A hardware monitoring program that reads PC systems main health sensors : voltages, temperatures, fans speed.",
|
|
"homepage": "https://www.cpuid.com/softwares/hwmonitor.html",
|
|
"license": "Unknown",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://download.cpuid.com/hwmonitor/hwmonitor_1.67.zip",
|
|
"hash": "e6affec5466bba650cfdac7e98857e17b966f670a3a3e1f1cb869d84d5217090",
|
|
"bin": [
|
|
[
|
|
"hwmonitor_x64.exe",
|
|
"hwmonitor"
|
|
]
|
|
],
|
|
"shortcuts": [
|
|
[
|
|
"hwmonitor_x64.exe",
|
|
"HWMonitor"
|
|
]
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": "https://download.cpuid.com/hwmonitor/hwmonitor_1.67.zip",
|
|
"hash": "e6affec5466bba650cfdac7e98857e17b966f670a3a3e1f1cb869d84d5217090",
|
|
"bin": [
|
|
[
|
|
"hwmonitor_x32.exe",
|
|
"hwmonitor"
|
|
]
|
|
],
|
|
"shortcuts": [
|
|
[
|
|
"hwmonitor_x32.exe",
|
|
"HWMonitor"
|
|
]
|
|
]
|
|
}
|
|
},
|
|
"checkver": "Version ([\\d.]+) for windows",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://download.cpuid.com/hwmonitor/hwmonitor_$version.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://download.cpuid.com/hwmonitor/hwmonitor_$version.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|