mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
7zip: Update to version 24.09
This commit is contained in:
parent
9d45dde4e1
commit
fc27fd7730
@ -1,23 +1,23 @@
|
|||||||
{
|
{
|
||||||
"version": "24.08",
|
"version": "24.09",
|
||||||
"description": "A multi-format file archiver with high compression ratios",
|
"description": "A multi-format file archiver with high compression ratios",
|
||||||
"homepage": "https://www.7-zip.org/",
|
"homepage": "https://www.7-zip.org/",
|
||||||
"license": "LGPL-2.1-or-later",
|
"license": "LGPL-2.1-or-later",
|
||||||
"notes": "Add 7-Zip as a context menu option by running: \"$dir\\install-context.reg\"",
|
"notes": "Add 7-Zip as a context menu option by running: \"$dir\\install-context.reg\"",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://www.7-zip.org/a/7z2408-x64.msi",
|
"url": "https://www.7-zip.org/a/7z2409-x64.msi",
|
||||||
"hash": "98330e7e6db3507b444d576dc437a9ac4d82333a88a6bb6ef36a91fe3d85fa92",
|
"hash": "ec6af1ea0367d16dde6639a89a080a524cebc4d4bedfe00ed0cac4b865a918d8",
|
||||||
"extract_dir": "Files\\7-Zip"
|
"extract_dir": "Files\\7-Zip"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://www.7-zip.org/a/7z2408.msi",
|
"url": "https://www.7-zip.org/a/7z2409.msi",
|
||||||
"hash": "66c495f8ab1316c8bcf4196b7942b4a65afe0af97d958b4999358684b02411a0",
|
"hash": "c7f182dad21eebfce02f141d6a01f847d1e194c4d6aa29998d9305388553cf6a",
|
||||||
"extract_dir": "Files\\7-Zip"
|
"extract_dir": "Files\\7-Zip"
|
||||||
},
|
},
|
||||||
"arm64": {
|
"arm64": {
|
||||||
"url": "https://www.7-zip.org/a/7z2408-arm64.exe",
|
"url": "https://www.7-zip.org/a/7z2409-arm64.exe",
|
||||||
"hash": "52d721a9a346bd25e055a54c11f06668b1876a6e0be2c7a08a8e5b854bf75c68",
|
"hash": "bc7b3a18f218f4916e1c4996751468f96e46eb7e97e91e8c1553d74793037f1a",
|
||||||
"pre_install": [
|
"pre_install": [
|
||||||
"$7zr = Join-Path $env:TMP '7zr.exe'",
|
"$7zr = Join-Path $env:TMP '7zr.exe'",
|
||||||
"Invoke-WebRequest https://www.7-zip.org/a/7zr.exe -OutFile $7zr",
|
"Invoke-WebRequest https://www.7-zip.org/a/7zr.exe -OutFile $7zr",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user