2023-12-10 20:23:43 +00:00

39 lines
1.4 KiB
JSON

{
"version": "11.6.4",
"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.4/qpdf-11.6.4-mingw64.zip",
"hash": "sha1:1a6a70d2205db3d6d8d17b095557b52ffba4fbb2",
"extract_dir": "qpdf-11.6.4-mingw64"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/qpdf/qpdf/11.6.4/qpdf-11.6.4-mingw32.zip",
"hash": "sha1:74ed5cbc6abcb84d88f73bbcee4683a4b9cb82de",
"extract_dir": "qpdf-11.6.4-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"
}
}
}
}