2026-01-19 16:32:59 +00:00

41 lines
1.4 KiB
JSON

{
"version": "12.3.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/v12.3.1/qpdf-12.3.1-msvc64.zip",
"hash": "6d00ff0e75faf3fb28ff3796997d9c96fa7da6d6bb15ec764e5d3180c1a16ab5",
"extract_dir": "qpdf-12.3.1-msvc64"
},
"32bit": {
"url": "https://github.com/qpdf/qpdf/releases/download/v12.3.1/qpdf-12.3.1-msvc32.zip",
"hash": "d6e0db086a15f24a91c5d138598b90d7b7cea3e04406975e49c94ad8a21abe24",
"extract_dir": "qpdf-12.3.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"
}
}
}