{
    "version": "4.2.2",
    "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/v4.2.2/upx-4.2.2-win64.zip",
            "hash": "7c69b92ff2b7fb8122609312eb0a6695c9e4b88a6c784a86c92e3b7ef583281f",
            "extract_dir": "upx-4.2.2-win64"
        },
        "32bit": {
            "url": "https://github.com/upx/upx/releases/download/v4.2.2/upx-4.2.2-win32.zip",
            "hash": "141e7cd8d009b827590662b482f1ae2f1dda17cf446a5651078235efb1429c59",
            "extract_dir": "upx-4.2.2-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"
            }
        }
    }
}
