mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
7-zip: Update to version 23.01 (#4903)
This commit is contained in:
parent
4635ca79ff
commit
814f034b5f
@ -1,23 +1,23 @@
|
||||
{
|
||||
"version": "22.01",
|
||||
"version": "23.01",
|
||||
"description": "A multi-format file archiver with high compression ratios",
|
||||
"homepage": "https://www.7-zip.org/",
|
||||
"license": "LGPL-2.1-or-later",
|
||||
"notes": "Add 7-Zip as a context menu option by running: \"$dir\\install-context.reg\"",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://www.7-zip.org/a/7z2201-x64.msi",
|
||||
"hash": "f4afba646166999d6090b5beddde546450262dc595dddeb62132da70f70d14ca",
|
||||
"url": "https://www.7-zip.org/a/7z2301-x64.msi",
|
||||
"hash": "0ba639b6dacdf573d847c911bd147c6384381a54dac082b1e8c77bc73d58958b",
|
||||
"extract_dir": "Files\\7-Zip"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://www.7-zip.org/a/7z2201.msi",
|
||||
"hash": "a4913f98821e0da0c58cd3a7f2a59f1834b85b6ca6b3fdefa5454d6c3bbef54c",
|
||||
"url": "https://www.7-zip.org/a/7z2301.msi",
|
||||
"hash": "b32e47f88d03dc29b5cb02c6ed07a7e48015f655346b62a3b32033c49ed9bb06",
|
||||
"extract_dir": "Files\\7-Zip"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://www.7-zip.org/a/7z2201-arm64.exe",
|
||||
"hash": "700dea3e4012319a09ccadfce91cf090334cfe658d0bdc42204e77acbea1ef99",
|
||||
"url": "https://www.7-zip.org/a/7z2301-arm64.exe",
|
||||
"hash": "6fa4cb35cbebb0a46b8bbc22d1686a340e183c1f875d8b714efdc39af93debda",
|
||||
"pre_install": [
|
||||
"$7zr = Join-Path $env:TMP '7zr.exe'",
|
||||
"Invoke-WebRequest https://www.7-zip.org/a/7zr.exe -OutFile $7zr",
|
||||
@ -53,7 +53,8 @@
|
||||
"Formats"
|
||||
],
|
||||
"checkver": {
|
||||
"sourceforge": "sevenzip/7-Zip"
|
||||
"url": "https://www.7-zip.org/download.html",
|
||||
"regex": "Download 7-Zip ([\\d.]+) \\(\\d{4}-\\d{2}-\\d{2}\\)"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user