diff --git a/smartmontools.json b/smartmontools.json index b066a21742..e25bd7a79c 100644 --- a/smartmontools.json +++ b/smartmontools.json @@ -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/runcmda.exe", "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": { - "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": { "args": [ "/S", "/D=$dir" ] }, - "license": "GPL-2.0", - "url": "https://sourceforge.net/projects/smartmontools/files/smartmontools/6.5/smartmontools-6.5-1.win32-setup.exe", - "version": "6.5-1" + "checkver": { + "re": ">Download\\s+smartmontools-([\\d.\\-]+)\\.", + "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" + } + } }