2025-05-05 00:41:35 +00:00

41 lines
1.4 KiB
JSON

{
"version": "12.2.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.2.0/qpdf-12.2.0-msvc64.zip",
"hash": "7cf812816e7d688e6d782fb7c060ee18613e6366568f6de4819bfa7db7a05cbc",
"extract_dir": "qpdf-12.2.0-msvc64"
},
"32bit": {
"url": "https://github.com/qpdf/qpdf/releases/download/v12.2.0/qpdf-12.2.0-msvc32.zip",
"hash": "de58a07b954fa9b2dabb599f34101e90365f3cbc1a005f09c96e4c48330b5d96",
"extract_dir": "qpdf-12.2.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"
}
}
}