From 213c8c1a88e2fa418cc2b349f2bf23e63ee6e6fc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 16:37:35 +0000 Subject: [PATCH] qpdf: Update to version 10.6.1 --- bucket/qpdf.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/qpdf.json b/bucket/qpdf.json index cc9a2ad0dd..1f8dd18354 100644 --- a/bucket/qpdf.json +++ b/bucket/qpdf.json @@ -1,19 +1,19 @@ { - "version": "10.6.0", + "version": "10.6.1", "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.0/qpdf-10.6.0-bin-mingw64.zip", - "hash": "sha1:302283e01e3d16ac0c6c0b766bb62d6954c601b6" + "url": "https://downloads.sourceforge.net/project/qpdf/qpdf/10.6.1/qpdf-10.6.1-bin-mingw64.zip", + "hash": "sha1:a41f350ec999c5ed788b77f484adc24c58848948" }, "32bit": { - "url": "https://downloads.sourceforge.net/project/qpdf/qpdf/10.6.0/qpdf-10.6.0-bin-mingw32.zip", - "hash": "sha1:b3dde9c13ffa6335c4b64744be74fd10edb54019" + "url": "https://downloads.sourceforge.net/project/qpdf/qpdf/10.6.1/qpdf-10.6.1-bin-mingw32.zip", + "hash": "sha1:d2778b0ce548805152a92b569d3b16ecd0131055" } }, - "extract_dir": "qpdf-10.6.0", + "extract_dir": "qpdf-10.6.1", "bin": "bin\\qpdf.exe", "checkver": { "github": "https://github.com/qpdf/qpdf",