{
    "version": "0.1.2",
    "description": "Extract partitions from Android OTA files.",
    "homepage": "https://github.com/crazystylus/otadump",
    "license": "MIT",
    "architecture": {
        "arm64": {
            "url": "https://github.com/crazystylus/otadump/releases/download/0.1.2/otadump-0.1.2-aarch64-pc-windows-msvc.zip",
            "hash": "dee7af98947e00dbde775bb740b2d75ccf1fc07ba8e62f1ae5e6fddb951daf1a"
        },
        "64bit": {
            "url": "https://github.com/crazystylus/otadump/releases/download/0.1.2/otadump-0.1.2-x86_64-pc-windows-msvc.zip",
            "hash": "2aad2d2f657cde497fb550b0bcee77dd1df5a334a5170f66c930ffcfa0fd9156"
        }
    },
    "bin": "otadump.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "arm64": {
                "url": "https://github.com/crazystylus/otadump/releases/download/$version/otadump-$version-aarch64-pc-windows-msvc.zip"
            },
            "64bit": {
                "url": "https://github.com/crazystylus/otadump/releases/download/$version/otadump-$version-x86_64-pc-windows-msvc.zip"
            }
        }
    }
}
