forked from ScoopInstaller/Scoop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path7zip.json
34 lines (34 loc) · 947 Bytes
/
7zip.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"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"
]
]
}