mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-02 13:31:18 +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": "16.04",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://7-zip.org/a/7z1604-x64.msi",
|
|
"hash": "b3885b2f090f1e9b5cf2b9f802b07fe88e472d70d60732db9f830209ac296067"
|
|
},
|
|
"32bit": {
|
|
"url": "http://7-zip.org/a/7z1604.msi",
|
|
"hash": "d9b62c0ed0eb48d2df86d8b83394048414a2a4e1d64a50adb9abcff643471d20"
|
|
}
|
|
},
|
|
"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"
|
|
]
|
|
]
|
|
}
|