7zip: Fix checkver

This commit is contained in:
Richard Kuhnt 2019-01-03 16:36:36 +01:00
parent 1352a81f58
commit bbdff4d710

View File

@ -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", "description": "A multi-format file archiver with high compression ratios",
"license": { "license": {
"identifier": "LGPL-2.0-only,BSD-3-Clause", "identifier": "LGPL-2.0-only,BSD-3-Clause",
@ -18,7 +18,10 @@
}, },
"extract_dir": "Files/7-Zip", "extract_dir": "Files/7-Zip",
"bin": "7z.exe", "bin": "7z.exe",
"checkver": "Download 7-Zip ([\\d.]+)", "checkver": {
"url": "https://www.7-zip.org/download.html",
"regex": "Download 7-Zip ([\\d.]+)"
},
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {