7zip: Update to version 24.06

This commit is contained in:
github-actions[bot] 2024-05-27 08:28:43 +00:00
parent 90399c89ed
commit c6775c73e9

View File

@ -1,23 +1,23 @@
{
"version": "24.05",
"version": "24.06",
"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/7z2405-x64.msi",
"hash": "0f6aa6596d418b1694f62c8583de05d24589b8d7ffacce5a7dab52ae71f832b6",
"url": "https://www.7-zip.org/a/7z2406-x64.msi",
"hash": "946e32bf1eb545146ad47287d0837b01de86329c20f7081fc171d543a8578ec9",
"extract_dir": "Files\\7-Zip"
},
"32bit": {
"url": "https://www.7-zip.org/a/7z2405.msi",
"hash": "cdf340928a6b7d68258cbdbf53c3c8a06f49bd04666c52a95dc1e0de2a479e07",
"url": "https://www.7-zip.org/a/7z2406.msi",
"hash": "86d8bdc123a020c37904f781f723e9b6b9768c5dc8878c7d7bbcb3cf57bf8d41",
"extract_dir": "Files\\7-Zip"
},
"arm64": {
"url": "https://www.7-zip.org/a/7z2405-arm64.exe",
"hash": "40f19d312dd3df245b3d319ef8a2deed354710ca69f7cd109db458b1c42259f2",
"url": "https://www.7-zip.org/a/7z2406-arm64.exe",
"hash": "43ac4903ac5ba7219c665637e71917c6a2c2f8e515344e1ee04c263b8f5c934d",
"pre_install": [
"$7zr = Join-Path $env:TMP '7zr.exe'",
"Invoke-WebRequest https://www.7-zip.org/a/7zr.exe -OutFile $7zr",