7zip: Update to version 24.07

This commit is contained in:
github-actions[bot] 2024-06-19 12:32:02 +00:00
parent 9a81946986
commit 21661a2853

View File

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