{ "version": "1.0.8.0", "homepage": "https://github.com/philr/bzip2-windows", "description": "Freely available, patent free, high-quality data compressor", "license": "MIT", "architecture": { "32bit": { "url": "https://github.com/philr/bzip2-windows/releases/download/v1.0.8.0/bzip2-1.0.8.0-win-x86.zip", "hash": "c1d31f9c5f01a5a4ac91c703a07c108a433803c50e65e22aea0815eecd9fb94a" }, "64bit": { "url": "https://github.com/philr/bzip2-windows/releases/download/v1.0.8.0/bzip2-1.0.8.0-win-x64.zip", "hash": "f931dc91fb02dc8aa8739a3c0a0c8ec78789fe87cb6611a4c78ca2937d197708" } }, "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" }, "autoupdate": { "architecture": { "32bit": { "url": "https://github.com/philr/bzip2-windows/releases/download/v$version/bzip2-$version-win-x86.zip" }, "64bit": { "url": "https://github.com/philr/bzip2-windows/releases/download/v$version/bzip2-$version-win-x64.zip" } } } }