mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|