qpdf: Update to version 10.0.2

This commit is contained in:
Jakub Čábera 2020-10-28 10:56:22 +01:00
parent 11fb279ea0
commit ef4ccc90aa

View File

@ -1,23 +1,23 @@
{
"homepage": "http://qpdf.sourceforge.net/",
"version": "10.0.2",
"description": "A command-line program that does structural, content-preserving transformations on PDF files.",
"version": "10.0.1",
"homepage": "http://qpdf.sourceforge.net/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/qpdf/qpdf/10.0.1/qpdf-10.0.1-bin-mingw64.zip",
"hash": "e9a9b36a3c42347ad7d0b2d6ce4ffb3ed652b5fe398ca77ff3294398cfec9411"
"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.1/qpdf-10.0.1-bin-mingw32.zip",
"hash": "07aed24354519a7f91edd02a6744a2559f1fa11780e2b49416f4a01a7242b00c"
"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.1",
"extract_dir": "qpdf-10.0.2",
"bin": "bin\\qpdf.exe",
"checkver": {
"github": "https://github.com/qpdf/qpdf",
"re": "qpdf-([\\d.]+)-"
"regex": "qpdf-([\\d.]+)-"
},
"autoupdate": {
"architecture": {
@ -28,9 +28,6 @@
"url": "https://downloads.sourceforge.net/project/qpdf/qpdf/$version/qpdf-$version-bin-mingw32.zip"
}
},
"extract_dir": "qpdf-$version",
"hash": {
"url": "$baseurl/qpdf-$version.sha512"
}
"extract_dir": "qpdf-$version"
}
}