mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 07:06:23 +00:00
35 lines
947 B
JSON
35 lines
947 B
JSON
{
|
|
"homepage": "http://www.7-zip.org/",
|
|
"license": "http://www.7-zip.org/license.txt",
|
|
"version": "18.01",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://7-zip.org/a/7z1801-x64.msi",
|
|
"hash": "b23f97c230a921f834550d2bf467d313952861f641f49ca93ccddd9d2e0300e2"
|
|
},
|
|
"32bit": {
|
|
"url": "http://7-zip.org/a/7z1801.msi",
|
|
"hash": "bad4ad66869fe95b887a1563d17d538b7fdcddb94b31b3f19ab4825b25d41999"
|
|
}
|
|
},
|
|
"extract_dir": "Files/7-Zip",
|
|
"bin": "7z.exe",
|
|
"checkver": "Download 7-Zip ([\\d.]+)",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://7-zip.org/a/7z$cleanVersion-x64.msi"
|
|
},
|
|
"32bit": {
|
|
"url": "http://7-zip.org/a/7z$cleanVersion.msi"
|
|
}
|
|
}
|
|
},
|
|
"shortcuts": [
|
|
[
|
|
"7zFM.exe",
|
|
"7zip"
|
|
]
|
|
]
|
|
}
|