-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathbzip2.json
37 lines (37 loc) · 1.35 KB
/
bzip2.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
{
"version": "1.0.8.0",
"description": "Freely available, patent free, high-quality data compressor",
"homepage": "https://github.com/philr/bzip2-windows",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/philr/bzip2-windows/releases/download/v1.0.8.0/bzip2-1.0.8.0-win-x64.zip",
"hash": "f931dc91fb02dc8aa8739a3c0a0c8ec78789fe87cb6611a4c78ca2937d197708"
},
"32bit": {
"url": "https://github.com/philr/bzip2-windows/releases/download/v1.0.8.0/bzip2-1.0.8.0-win-x86.zip",
"hash": "c1d31f9c5f01a5a4ac91c703a07c108a433803c50e65e22aea0815eecd9fb94a"
}
},
"pre_install": [
"Copy-Item \"$dir\\bzip2.exe\" \"$dir\\bunzip2.exe\"",
"Copy-Item \"$dir\\bzip2.exe\" \"$dir\\bzcat.exe\""
],
"bin": [
"bunzip2.exe",
"bzcat.exe",
"bzip2.exe",
"bzip2recover.exe"
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/philr/bzip2-windows/releases/download/v$version/bzip2-$version-win-x64.zip"
},
"32bit": {
"url": "https://github.com/philr/bzip2-windows/releases/download/v$version/bzip2-$version-win-x86.zip"
}
}
}
}