From f8c524a29173e904e82951dfc480fcf07c46cf24 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 3 Aug 2025 12:31:16 +0000 Subject: [PATCH] 7zip: Update to version 25.01 --- bucket/7zip.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/7zip.json b/bucket/7zip.json index fa4712c2bb..1989344a4e 100644 --- a/bucket/7zip.json +++ b/bucket/7zip.json @@ -1,23 +1,23 @@ { - "version": "25.00", + "version": "25.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/7z2500-x64.msi", - "hash": "b48e905ed02c530638e6173f2d743668e63561aac1914d2723fbee5690792272", + "url": "https://www.7-zip.org/a/7z2501-x64.msi", + "hash": "e7eb0b7ed5efa4e087b7b17f191797f7af5b7f442d1290c66f3a21777005ef57", "extract_dir": "Files\\7-Zip" }, "32bit": { - "url": "https://www.7-zip.org/a/7z2500.msi", - "hash": "61fe4d6be2a2e445a5b809f0bb27a741dd185511880596f0bdc05fc4903ab795", + "url": "https://www.7-zip.org/a/7z2501.msi", + "hash": "dce9e456ace76b969fe0fe4d228bf096662c11d2376d99a9210f6364428a94c4", "extract_dir": "Files\\7-Zip" }, "arm64": { - "url": "https://www.7-zip.org/a/7z2500-arm64.exe", - "hash": "28e5543519e71fa37f83df5a4d529387d255c67f3fe96cd24ea7e643dfc1355f", + "url": "https://www.7-zip.org/a/7z2501-arm64.exe", + "hash": "6365c7c44e217b9c1009e065daf9f9aa37454e64315b4aaa263f7f8f060755dc", "pre_install": [ "$7zr = Join-Path $env:TMP '7zr.exe'", "Invoke-WebRequest https://www.7-zip.org/a/7zr.exe -OutFile $7zr",