{ "version": "25.01", "description": "Multi-format compression/decompression tool (beta version)", "homepage": "https://www.7-zip.org/", "license": "LGPL-2.1-or-later,BSD-3-Clause", "architecture": { "64bit": { "url": "https://www.7-zip.org/a/7z2501-x64.msi", "hash": "e7eb0b7ed5efa4e087b7b17f191797f7af5b7f442d1290c66f3a21777005ef57" }, "32bit": { "url": "https://www.7-zip.org/a/7z2501.msi", "hash": "dce9e456ace76b969fe0fe4d228bf096662c11d2376d99a9210f6364428a94c4" } }, "extract_dir": "Files/7-Zip", "bin": [ "7z.exe", "7zG.exe" ], "shortcuts": [ [ "7zFM.exe", "7-Zip Beta" ] ], "persist": [ "Codecs", "Formats" ], "checkver": { "url": "https://www.7-zip.org/history.txt", "regex": "\\n([\\d.]+)( beta)?" }, "autoupdate": { "architecture": { "64bit": { "url": "https://www.7-zip.org/a/7z$cleanVersion-x64.msi" }, "32bit": { "url": "https://www.7-zip.org/a/7z$cleanVersion.msi" } } } }