2023-06-20 00:34:10 +00:00

38 lines
1.3 KiB
JSON

{
"version": "1.0.7.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.7.0/bzip2-1.0.7.0-win-x64.zip",
"hash": "24abc8ed6b5475683c9045a2a9fae255016708afb2c810b6d5197489465750f7"
},
"32bit": {
"url": "https://github.com/philr/bzip2-windows/releases/download/v1.0.7.0/bzip2-1.0.7.0-win-x86.zip",
"hash": "e73b156b3009d5e579a5fe622d2376a4771bae209e7fd88e8cc12dec3b929875"
}
},
"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"
}
}
}
}