From e815a4fac43c8914a243692234dd09f2b3fd58b8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 12:31:45 +0000 Subject: [PATCH] 7zip: Update to version 24.05 --- bucket/7zip.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/7zip.json b/bucket/7zip.json index e92f00851d..d480bf3455 100644 --- a/bucket/7zip.json +++ b/bucket/7zip.json @@ -1,23 +1,23 @@ { - "version": "23.01", + "version": "24.05", "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/7z2301-x64.msi", - "hash": "0ba639b6dacdf573d847c911bd147c6384381a54dac082b1e8c77bc73d58958b", + "url": "https://www.7-zip.org/a/7z2405-x64.msi", + "hash": "0f6aa6596d418b1694f62c8583de05d24589b8d7ffacce5a7dab52ae71f832b6", "extract_dir": "Files\\7-Zip" }, "32bit": { - "url": "https://www.7-zip.org/a/7z2301.msi", - "hash": "b32e47f88d03dc29b5cb02c6ed07a7e48015f655346b62a3b32033c49ed9bb06", + "url": "https://www.7-zip.org/a/7z2405.msi", + "hash": "cdf340928a6b7d68258cbdbf53c3c8a06f49bd04666c52a95dc1e0de2a479e07", "extract_dir": "Files\\7-Zip" }, "arm64": { - "url": "https://www.7-zip.org/a/7z2301-arm64.exe", - "hash": "6fa4cb35cbebb0a46b8bbc22d1686a340e183c1f875d8b714efdc39af93debda", + "url": "https://www.7-zip.org/a/7z2405-arm64.exe", + "hash": "40f19d312dd3df245b3d319ef8a2deed354710ca69f7cd109db458b1c42259f2", "pre_install": [ "$7zr = Join-Path $env:TMP '7zr.exe'", "Invoke-WebRequest https://www.7-zip.org/a/7zr.exe -OutFile $7zr",