qpdf: Update to version 9.1.1

This commit is contained in:
Richard Kuhnt 2020-01-27 03:01:49 +00:00
parent d4a87c4031
commit df0c31cb54

View File

@ -1,19 +1,19 @@
{ {
"homepage": "http://qpdf.sourceforge.net/", "homepage": "http://qpdf.sourceforge.net/",
"description": "A command-line program that does structural, content-preserving transformations on PDF files.", "description": "A command-line program that does structural, content-preserving transformations on PDF files.",
"version": "9.1.0", "version": "9.1.1",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://downloads.sourceforge.net/project/qpdf/qpdf/9.1.0/qpdf-9.1.0-bin-mingw64.zip", "url": "https://downloads.sourceforge.net/project/qpdf/qpdf/9.1.1/qpdf-9.1.1-bin-mingw64.zip",
"hash": "207e5a4c85c056e42c9cf25cb7127732b22831a3998f011e9b18f37ca78460c6" "hash": "4cb26262e95898e89e2987f1a83b3ef5202e43fdb820aa85b319079772ba7a8c"
}, },
"32bit": { "32bit": {
"url": "https://downloads.sourceforge.net/project/qpdf/qpdf/9.1.0/qpdf-9.1.0-bin-mingw32.zip", "url": "https://downloads.sourceforge.net/project/qpdf/qpdf/9.1.1/qpdf-9.1.1-bin-mingw32.zip",
"hash": "5d92f0f8f6f2ea508c090ae7b5d5c718a27982c53d03e6a8e4daf640367297c0" "hash": "5819c47fa8bf82a087b8e17b422a07fc778c822038e6feb7d6604334249dcaf0"
} }
}, },
"extract_dir": "qpdf-9.1.0", "extract_dir": "qpdf-9.1.1",
"bin": "bin\\qpdf.exe", "bin": "bin\\qpdf.exe",
"checkver": { "checkver": {
"github": "https://github.com/qpdf/qpdf", "github": "https://github.com/qpdf/qpdf",