From 50dc1f08401f8eeb0e3c2ff9e088a2cc333d6c88 Mon Sep 17 00:00:00 2001 From: Phani Rithvij Date: Fri, 17 Dec 2021 13:09:51 +0530 Subject: [PATCH] smartmontools: use 7z extract and update sha256 hash (#3103) * smartmontools: use 7z extract Fixes https://github.com/ScoopInstaller/Extras/issues/7532 * Update smartmontools.json --- bucket/smartmontools.json | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/bucket/smartmontools.json b/bucket/smartmontools.json index 0bdbf56b00..4d064b8d21 100644 --- a/bucket/smartmontools.json +++ b/bucket/smartmontools.json @@ -3,14 +3,8 @@ "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", - "hash": "sha1:fdf3660a6ac415ab2acb0094ac16ee5902e79f84", - "installer": { - "args": [ - "/S", - "/D=$dir" - ] - }, + "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", @@ -25,6 +19,6 @@ "regex": "smartmontools-([\\d.-]+)\\.win32" }, "autoupdate": { - "url": "https://downloads.sourceforge.net/project/smartmontools/smartmontools/$matchHead/smartmontools-$version.win32-setup.exe" + "url": "https://downloads.sourceforge.net/project/smartmontools/smartmontools/$matchHead/smartmontools-$version.win32-setup.exe#/dl.7z" } }