{
    "version": "0.12.0",
    "description": "A PDF processor written in Go, supporting encryption.",
    "homepage": "https://pdfcpu.io",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/pdfcpu/pdfcpu/releases/download/v0.12.0/pdfcpu_0.12.0_Windows_x86_64.zip",
            "hash": "74a4d3651c365969fae013e9649a68211c9a2bf11ccd8849c87747a142c652ab",
            "extract_dir": "pdfcpu_0.12.0_Windows_x86_64"
        },
        "32bit": {
            "url": "https://github.com/pdfcpu/pdfcpu/releases/download/v0.12.0/pdfcpu_0.12.0_Windows_i386.zip",
            "hash": "52c9257feb7caf34d6bdcd7f457789c74a285d293ab6b40e822b6599d163bf63",
            "extract_dir": "pdfcpu_0.12.0_Windows_i386"
        }
    },
    "bin": "pdfcpu.exe",
    "checkver": {
        "github": "https://github.com/pdfcpu/pdfcpu"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/pdfcpu/pdfcpu/releases/download/v$version/pdfcpu_$version_Windows_x86_64.zip",
                "extract_dir": "pdfcpu_$version_Windows_x86_64"
            },
            "32bit": {
                "url": "https://github.com/pdfcpu/pdfcpu/releases/download/v$version/pdfcpu_$version_Windows_i386.zip",
                "extract_dir": "pdfcpu_$version_Windows_i386"
            }
        },
        "hash": {
            "url": "https://github.com/pdfcpu/pdfcpu/releases/download/v$version/checksums.txt"
        }
    }
}
