mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
26 lines
956 B
JSON
26 lines
956 B
JSON
{
|
|
"version": "1.0.6",
|
|
"homepage": "https://github.com/philr/bzip2-windows",
|
|
"description": "Freely available, patent free, high-quality data compressor",
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/philr/bzip2-windows/releases/download/v1.0.6/bzip2-1.0.6-win-x86.zip",
|
|
"hash": "e9a6d5908e219def07ae6be73383112c5a571b74fbde9bed42ee7eb1523fd727"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/philr/bzip2-windows/releases/download/v1.0.6/bzip2-1.0.6-win-x64.zip",
|
|
"hash": "f5feefa49e7d3e87ba0ba731ed22b4b0e269f635bec2839827127a98d0a2e192"
|
|
}
|
|
},
|
|
"bin": [
|
|
"bunzip2.exe",
|
|
"bzcat.exe",
|
|
"bzip2.exe",
|
|
"bzip2recover.exe"
|
|
],
|
|
"pre_install": "cp \"$dir\\bzip2.exe\" \"$dir\\bunzip2.exe\"; cp \"$dir\\bzip2.exe\" \"$dir\\bzcat.exe\"",
|
|
"checkver": {
|
|
"github": "https://github.com/philr/bzip2-windows"
|
|
}
|
|
}
|