forked from ScoopInstaller/Versions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
7zip-zstd.json
40 lines (40 loc) · 1.38 KB
/
7zip-zstd.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
35
36
37
38
39
40
{
"homepage": "https://github.com/mcmilk/7-Zip-zstd/",
"description": "Multi-format compression/decompression tool with brotli and other codecs (beta version)",
"license": "LGPL-2.1-or-later",
"version": "v21.03-v1.5.0-R2",
"architecture": {
"64bit": {
"url": "https://github.com/mcmilk/7-Zip-zstd/releases/download/v21.03-v1.5.0-R2/7z21.03-zstd-x64.exe#/dl.7z",
"hash": "531b20dfb03d8f30f61ae56a181610bbb6f3cf7cc71dac1d8f95511289de76f3"
},
"32bit": {
"url": "https://github.com/mcmilk/7-Zip-zstd/releases/download/v21.03-v1.5.0-R2/7z21.03-zstd-x32.exe#/dl.7z",
"hash": "79382f65a6903726157b385ae5e2baae7c9ca39eb157f1d08040ee112e99d8f1"
}
},
"bin": [
"7z.exe",
"7zG.exe"
],
"checkver": {
"url": "https://api.github.com/repos/mcmilk/7-Zip-zstd/releases",
"jsonpath": "$[0].tag_name"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/mcmilk/7-Zip-zstd/releases/download/$version/7z$matchHead-zstd-x64.exe#/dl.7z"
},
"32bit": {
"url": "https://github.com/mcmilk/7-Zip-zstd/releases/download/$version/7z$matchHead-zstd-x32.exe#/dl.7z"
}
}
},
"shortcuts": [
[
"7zFM.exe",
"7-Zip"
]
]
}