{
    "version": "A74",
    "description": "UEFI firmware image viewer and editor",
    "homepage": "https://github.com/LongSoft/UEFITool",
    "license": "BSD-2-Clause",
    "architecture": {
        "64bit": {
            "url": "https://github.com/LongSoft/UEFITool/releases/download/A74/UEFITool_NE_A74_win64.zip",
            "hash": "32bfaa7e1a840af3ab6921524097eed59cb6a108a0051e23e9bca766e7d01e8b"
        },
        "32bit": {
            "url": "https://github.com/LongSoft/UEFITool/releases/download/A74/UEFITool_NE_A74_win32.zip",
            "hash": "9a91a2483bd1b41fc4a2c19f19e7f1f0bc6656e400f3e17fb091c4c6910e33e4"
        }
    },
    "bin": "UEFITool.exe",
    "shortcuts": [
        [
            "UEFITool.exe",
            "LongSoft\\UEFITool"
        ]
    ],
    "checkver": {
        "github": "https://api.github.com/repos/LongSoft/UEFITool/releases/latest",
        "jsonpath": "$.tag_name"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/LongSoft/UEFITool/releases/download/$version/UEFITool_NE_$version_win64.zip"
            },
            "32bit": {
                "url": "https://github.com/LongSoft/UEFITool/releases/download/$version/UEFITool_NE_$version_win32.zip"
            }
        }
    }
}
