From a51bfb9661d86d06d32dd58c07f919d54932712c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Sep 2022 12:32:39 +0000 Subject: [PATCH] qpdf: Update to version 11.1.0 --- bucket/qpdf.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/qpdf.json b/bucket/qpdf.json index c74b1dbeaa..6d55884da3 100644 --- a/bucket/qpdf.json +++ b/bucket/qpdf.json @@ -1,18 +1,18 @@ { - "version": "11.0.0", + "version": "11.1.0", "description": "A command-line program that does structural, content-preserving transformations on PDF files.", "homepage": "https://qpdf.sourceforge.net/", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://downloads.sourceforge.net/project/qpdf/qpdf/11.0.0/qpdf-11.0.0-mingw64.zip", - "hash": "a85d2b0925cb2521683351409cfca950b5509ad154c4f4b248ae2491445db308", - "extract_dir": "qpdf-11.0.0-mingw64" + "url": "https://downloads.sourceforge.net/project/qpdf/qpdf/11.1.0/qpdf-11.1.0-mingw64.zip", + "hash": "sha1:3f4e6ddf1fcfc46f40fa7a33b19e7553bbb6a676", + "extract_dir": "qpdf-11.1.0-mingw64" }, "32bit": { - "url": "https://downloads.sourceforge.net/project/qpdf/qpdf/11.0.0/qpdf-11.0.0-mingw32.zip", - "hash": "766593d4772dc0d329a8d45d97b62b937283dcfdf2e4025273f168191a5bab05", - "extract_dir": "qpdf-11.0.0-mingw32" + "url": "https://downloads.sourceforge.net/project/qpdf/qpdf/11.1.0/qpdf-11.1.0-mingw32.zip", + "hash": "sha1:d169187372bbe128dc613972e02e624eecc13c55", + "extract_dir": "qpdf-11.1.0-mingw32" } }, "bin": "bin\\qpdf.exe",