2022-03-15 12:30:14 +00:00

34 lines
1.2 KiB
JSON

{
"version": "10.6.3",
"description": "A command-line program that does structural, content-preserving transformations on PDF files.",
"homepage": "http://qpdf.sourceforge.net/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/qpdf/qpdf/10.6.3/qpdf-10.6.3-bin-mingw64.zip",
"hash": "sha1:885bf5c485392444013aba2acda64499d85fc299"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/qpdf/qpdf/10.6.3/qpdf-10.6.3-bin-mingw32.zip",
"hash": "sha1:280a3d607e7b4deff39b198fdb3f45015b82ad0c"
}
},
"extract_dir": "qpdf-10.6.3",
"bin": "bin\\qpdf.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-bin-mingw64.zip"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/qpdf/qpdf/$version/qpdf-$version-bin-mingw32.zip"
}
},
"extract_dir": "qpdf-$version"
}
}