diff --git a/bucket/7zip.json b/bucket/7zip.json index ab2b99f1f1..fd2c767c9d 100644 --- a/bucket/7zip.json +++ b/bucket/7zip.json @@ -1,23 +1,23 @@ { - "version": "24.07", + "version": "24.08", "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/7z2407-x64.msi", - "hash": "eb94db7341e59f1871a4d4f60165563f1881e33aef093b7d8427651c2a0f4b6f", + "url": "https://www.7-zip.org/a/7z2408-x64.msi", + "hash": "98330e7e6db3507b444d576dc437a9ac4d82333a88a6bb6ef36a91fe3d85fa92", "extract_dir": "Files\\7-Zip" }, "32bit": { - "url": "https://www.7-zip.org/a/7z2407.msi", - "hash": "dfade8efddc176f3eeb0929bedee5db7220984dc37bf1ee12f23dfb1fb15d53c", + "url": "https://www.7-zip.org/a/7z2408.msi", + "hash": "66c495f8ab1316c8bcf4196b7942b4a65afe0af97d958b4999358684b02411a0", "extract_dir": "Files\\7-Zip" }, "arm64": { - "url": "https://www.7-zip.org/a/7z2407-arm64.exe", - "hash": "ffd49da0ca77d5376d9040d6ccd3a9963f6355f3e796455812569b4c61593f34", + "url": "https://www.7-zip.org/a/7z2408-arm64.exe", + "hash": "52d721a9a346bd25e055a54c11f06668b1876a6e0be2c7a08a8e5b854bf75c68", "pre_install": [ "$7zr = Join-Path $env:TMP '7zr.exe'", "Invoke-WebRequest https://www.7-zip.org/a/7zr.exe -OutFile $7zr",