From 5d8904a4e1920822173c76b74271c30f67e69af3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 30 Dec 2020 21:19:06 +0100 Subject: [PATCH] smartmontools: Update to version 7.2-1 --- bucket/smartmontools.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/bucket/smartmontools.json b/bucket/smartmontools.json index e364b8f604..0bdbf56b00 100644 --- a/bucket/smartmontools.json +++ b/bucket/smartmontools.json @@ -1,30 +1,30 @@ { - "homepage": "https://www.smartmontools.org/", + "version": "7.2-1", "description": "Read SMART data from disks", + "homepage": "https://www.smartmontools.org", "license": "GPL-2.0-only", - "version": "7.1-1", - "url": "https://downloads.sourceforge.net/project/smartmontools/smartmontools/7.1/smartmontools-7.1-1.win32-setup.exe", - "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" - ], + "url": "https://downloads.sourceforge.net/project/smartmontools/smartmontools/7.2/smartmontools-7.2-1.win32-setup.exe", + "hash": "sha1:fdf3660a6ac415ab2acb0094ac16ee5902e79f84", "installer": { "args": [ "/S", "/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": { - "re": "smartmontools-(?(?[\\d.]+)-[\\d]+)\\.win32", - "url": "https://sourceforge.net/projects/smartmontools/files/smartmontools/" + "url": "https://sourceforge.net/projects/smartmontools/files/smartmontools/", + "regex": "smartmontools-([\\d.-]+)\\.win32" }, "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" } }