smartmontools: Update to version 7.2-1

This commit is contained in:
Jakub Čábera 2020-12-30 21:19:06 +01:00
parent b45a369b41
commit 5d8904a4e1

View File

@ -1,30 +1,30 @@
{ {
"homepage": "https://www.smartmontools.org/", "version": "7.2-1",
"description": "Read SMART data from disks", "description": "Read SMART data from disks",
"homepage": "https://www.smartmontools.org",
"license": "GPL-2.0-only", "license": "GPL-2.0-only",
"version": "7.1-1", "url": "https://downloads.sourceforge.net/project/smartmontools/smartmontools/7.2/smartmontools-7.2-1.win32-setup.exe",
"url": "https://downloads.sourceforge.net/project/smartmontools/smartmontools/7.1/smartmontools-7.1-1.win32-setup.exe", "hash": "sha1:fdf3660a6ac415ab2acb0094ac16ee5902e79f84",
"hash": "sha1:afc25bac715dd0ce06105bce75f0c8c653e040de",
"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"
],
"installer": { "installer": {
"args": [ "args": [
"/S", "/S",
"/D=$dir" "/D=$dir"
] ]
}, },
"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": { "checkver": {
"re": "smartmontools-(?<version>(?<short>[\\d.]+)-[\\d]+)\\.win32", "url": "https://sourceforge.net/projects/smartmontools/files/smartmontools/",
"url": "https://sourceforge.net/projects/smartmontools/files/smartmontools/" "regex": "smartmontools-([\\d.-]+)\\.win32"
}, },
"autoupdate": { "autoupdate": {
"url": "https://downloads.sourceforge.net/project/smartmontools/smartmontools/$matchShort/smartmontools-$version.win32-setup.exe" "url": "https://downloads.sourceforge.net/project/smartmontools/smartmontools/$matchHead/smartmontools-$version.win32-setup.exe"
} }
} }