2020-10-28 10:56:22 +01:00

34 lines
1.2 KiB
JSON

{
"version": "10.0.2",
"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.0.2/qpdf-10.0.2-bin-mingw64.zip",
"hash": "sha1:ac454fb7e1c1c5840bc4fee080819997b56df16b"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/qpdf/qpdf/10.0.2/qpdf-10.0.2-bin-mingw32.zip",
"hash": "sha1:1b241a18c7de7351a5f7aad72e7149c2d6bff9b2"
}
},
"extract_dir": "qpdf-10.0.2",
"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"
}
}