mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01: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",
|
"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": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user