{ "version": "12.1.0", "description": "A command-line program that does structural, content-preserving transformations on PDF files.", "homepage": "https://qpdf.sourceforge.io", "license": "Apache-2.0", "architecture": { "64bit": { "url": "https://github.com/qpdf/qpdf/releases/download/v12.1.0/qpdf-12.1.0-msvc64.zip", "hash": "b17a3bd472dedb6a05b4d42491a729494ee5d2b3f5e5232a2a0e490a0bf20a86", "extract_dir": "qpdf-12.1.0-msvc64" }, "32bit": { "url": "https://github.com/qpdf/qpdf/releases/download/v12.1.0/qpdf-12.1.0-msvc32.zip", "hash": "2c66361287ec57087889f5e9dd9a6bedad1f32ecffb6688ab2f94ffa13d8313b", "extract_dir": "qpdf-12.1.0-msvc32" } }, "bin": [ "bin\\qpdf.exe", "bin\\fix-qdf.exe" ], "checkver": { "github": "https://github.com/qpdf/qpdf" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/qpdf/qpdf/releases/download/v$version/qpdf-$version-msvc64.zip", "extract_dir": "qpdf-$version-msvc64" }, "32bit": { "url": "https://github.com/qpdf/qpdf/releases/download/v$version/qpdf-$version-msvc32.zip", "extract_dir": "qpdf-$version-msvc32" } }, "hash": { "url": "$baseurl/qpdf-$version.sha256" } } }