{
    "version": "5.1.1",
    "description": "UPX is a free, portable, extendable, high-performance executable packer for several executable formats",
    "homepage": "https://upx.github.io/",
    "license": "GPL-2.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://github.com/upx/upx/releases/download/v5.1.1/upx-5.1.1-win64.zip",
            "hash": "fa5380bca4c2718547aaa0134bc0d8a7fa27e102f0ac6371573d60d1c21d64de",
            "extract_dir": "upx-5.1.1-win64"
        },
        "32bit": {
            "url": "https://github.com/upx/upx/releases/download/v5.1.1/upx-5.1.1-win32.zip",
            "hash": "c0fc8553784ad64145c37a6379f7aa2daf143580437792e862ba6f4630e9f0da",
            "extract_dir": "upx-5.1.1-win32"
        }
    },
    "bin": "upx.exe",
    "checkver": {
        "github": "https://github.com/upx/upx"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/upx/upx/releases/download/v$version/upx-$version-win64.zip",
                "extract_dir": "upx-$version-win64"
            },
            "32bit": {
                "url": "https://github.com/upx/upx/releases/download/v$version/upx-$version-win32.zip",
                "extract_dir": "upx-$version-win32"
            }
        }
    }
}
