mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
* smartmontools: use 7z extract Fixes https://github.com/ScoopInstaller/Extras/issues/7532 * Update smartmontools.json
25 lines
943 B
JSON
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"
|
|
}
|
|
}
|