From bbdff4d710fa116cf529722dd1c4c944f06b3669 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 3 Jan 2019 16:36:36 +0100 Subject: [PATCH] 7zip: Fix checkver --- 7zip.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/7zip.json b/7zip.json index c6ce0588e0..79c60378e6 100644 --- a/7zip.json +++ b/7zip.json @@ -1,5 +1,5 @@ { - "homepage": "http://www.7-zip.org/", + "homepage": "https://www.7-zip.org/", "description": "A multi-format file archiver with high compression ratios", "license": { "identifier": "LGPL-2.0-only,BSD-3-Clause", @@ -18,7 +18,10 @@ }, "extract_dir": "Files/7-Zip", "bin": "7z.exe", - "checkver": "Download 7-Zip ([\\d.]+)", + "checkver": { + "url": "https://www.7-zip.org/download.html", + "regex": "Download 7-Zip ([\\d.]+)" + }, "autoupdate": { "architecture": { "64bit": {