2025-01-06 09:45:25 +08:00

41 lines
1.4 KiB
JSON

{
"version": "11.9.1",
"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/v11.9.1/qpdf-11.9.1-msvc64.zip",
"hash": "b5061e09aa45b63a36200c130b4cce15dc322338ea91f698760c3b8732fc41ef",
"extract_dir": "qpdf-11.9.1-msvc64"
},
"32bit": {
"url": "https://github.com/qpdf/qpdf/releases/download/v11.9.1/qpdf-11.9.1-msvc32.zip",
"hash": "08e077a8c9c923eac2033dd4d5f35acc2ae8fc31d1b6c95402ec17dde0064c2f",
"extract_dir": "qpdf-11.9.1-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"
}
}
}