{ "version": "11.6.1", "description": "A command-line program that does structural, content-preserving transformations on PDF files.", "homepage": "https://qpdf.sourceforge.net/", "license": "Apache-2.0", "architecture": { "64bit": { "url": "https://downloads.sourceforge.net/project/qpdf/qpdf/11.6.1/qpdf-11.6.1-mingw64.zip", "hash": "sha1:dcc2b48905f85db7f874d3e09688d074b880ac01", "extract_dir": "qpdf-11.6.1-mingw64" }, "32bit": { "url": "https://downloads.sourceforge.net/project/qpdf/qpdf/11.6.1/qpdf-11.6.1-mingw32.zip", "hash": "sha1:9c49e31e7f89e1d9f45591359755b5ec54f93b7e", "extract_dir": "qpdf-11.6.1-mingw32" } }, "bin": [ "bin\\qpdf.exe", "bin\\fix-qdf.exe" ], "checkver": { "github": "https://github.com/qpdf/qpdf", "regex": "qpdf-([\\d.]+)-" }, "autoupdate": { "architecture": { "64bit": { "url": "https://downloads.sourceforge.net/project/qpdf/qpdf/$version/qpdf-$version-mingw64.zip", "extract_dir": "qpdf-$version-mingw64" }, "32bit": { "url": "https://downloads.sourceforge.net/project/qpdf/qpdf/$version/qpdf-$version-mingw32.zip", "extract_dir": "qpdf-$version-mingw32" } } } }