From 81239fe655bfb1559d04cc8e42f244d7a3cd804e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 May 2023 20:23:40 +0000 Subject: [PATCH] 7zip: Update to version 23.00 --- bucket/7zip.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/7zip.json b/bucket/7zip.json index e8c52749be..46637e4f1c 100644 --- a/bucket/7zip.json +++ b/bucket/7zip.json @@ -1,23 +1,23 @@ { - "version": "22.01", + "version": "23.00", "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/7z2300-x64.msi", + "hash": "4dc4f14ffef0691108dd93bd032248ac47dc5cc7f444699d6bb8721c1a77cd0b", "extract_dir": "Files\\7-Zip" }, "32bit": { - "url": "https://www.7-zip.org/a/7z2201.msi", - "hash": "a4913f98821e0da0c58cd3a7f2a59f1834b85b6ca6b3fdefa5454d6c3bbef54c", + "url": "https://www.7-zip.org/a/7z2300.msi", + "hash": "98d68c5a30f06b2181a876d5a5800b35976f604f2d6f6f1fcaf243011d987163", "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/7z2300-arm64.exe", + "hash": "5a498b6f3804e8cd04f3442efe614a9a5614d384e4ee6ca9f02924ad4223b5fa", "pre_install": [ "$7zr = Join-Path $env:TMP '7zr.exe'", "Invoke-WebRequest https://www.7-zip.org/a/7zr.exe -OutFile $7zr",