ScoopInstaller_Main/bucket/smartmontools.json
Phani Rithvij 50dc1f0840
smartmontools: use 7z extract and update sha256 hash (#3103)
* smartmontools: use 7z extract

Fixes https://github.com/ScoopInstaller/Extras/issues/7532

* Update smartmontools.json
2021-12-17 15:39:51 +08:00

25 lines
943 B
JSON

{
"version": "7.2-1",
"description": "Read SMART data from disks",
"homepage": "https://www.smartmontools.org",
"license": "GPL-2.0-only",
"url": "https://downloads.sourceforge.net/project/smartmontools/smartmontools/7.2/smartmontools-7.2-1.win32-setup.exe#/dl.7z",
"hash": "83a577757bac76d48c3999b097bac4cd94e7ed3cb3456560aa511c5ac28fb859",
"bin": [
"bin\\runcmdu.exe",
"bin\\smartctl.exe",
"bin\\smartctl-nc.exe",
"bin\\smartd.exe",
"bin\\smartd_warning.cmd",
"bin\\update-smart-drivedb.exe",
"bin\\wtssendmsg.exe"
],
"checkver": {
"url": "https://sourceforge.net/projects/smartmontools/files/smartmontools/",
"regex": "smartmontools-([\\d.-]+)\\.win32"
},
"autoupdate": {
"url": "https://downloads.sourceforge.net/project/smartmontools/smartmontools/$matchHead/smartmontools-$version.win32-setup.exe#/dl.7z"
}
}