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