mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 07:41:20 +00:00
7zip: Fix checkver
This commit is contained in:
parent
1352a81f58
commit
bbdff4d710
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user