Update smartmontools to version 6.6-1

This commit is contained in:
Richard Kuhnt 2017-11-07 20:51:43 +01:00
parent e26b2e4458
commit db39ba3879

View File

@ -1,26 +1,34 @@
{ {
"homepage": "https://www.smartmontools.org/",
"description": "Read SMART data from disks",
"license": "GPL-2.0",
"version": "6.6-1",
"url": "https://sourceforge.net/projects/smartmontools/files/smartmontools/6.5/smartmontools-6.5-1.win32-setup.exe",
"hash": "md5:8445f34e7746b5f0b4474bc46b29d5a9",
"bin": [ "bin": [
"bin/runcmda.exe",
"bin/runcmdu.exe", "bin/runcmdu.exe",
"bin/smartctl.exe", "bin/smartctl.exe",
"bin/smartctl-nc.exe", "bin/smartctl-nc.exe",
"bin/smartd.exe", "bin/smartd.exe",
"bin/smartd_warning.cmd",
"bin/update-smart-drivedb.exe", "bin/update-smart-drivedb.exe",
"bin/wtssendmsg.exe" "bin/wtssendmsg.exe"
], ],
"checkver": {
"re": ">Download\\s+smartmontools-([\\d.\\-]+)\\.",
"url": "https://sourceforge.net/projects/smartmontools/files/smartmontools/"
},
"description": "Read SMART data from disks",
"hash": "564ff79214af60c4ab0d222ae61781624ca56278bc777963ebe0f19f87f04e3f",
"homepage": "https://www.smartmontools.org/",
"installer": { "installer": {
"args": [ "args": [
"/S", "/S",
"/D=$dir" "/D=$dir"
] ]
}, },
"license": "GPL-2.0", "checkver": {
"url": "https://sourceforge.net/projects/smartmontools/files/smartmontools/6.5/smartmontools-6.5-1.win32-setup.exe", "re": ">Download\\s+smartmontools-([\\d.\\-]+)\\.",
"version": "6.5-1" "url": "https://sourceforge.net/projects/smartmontools/files/smartmontools/"
},
"autoupdate": {
"url": "https://sourceforge.net/projects/smartmontools/files/smartmontools/6.5/smartmontools-6.5-1.win32-setup.exe",
"hash": {
"url": "$url.md5"
}
}
} }