From db34d723bc96521c199e178676d72f1cc6e2ab0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 8 May 2021 21:42:35 +0200 Subject: [PATCH] qpdf: Update to version 10.3.2 --- bucket/qpdf.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/qpdf.json b/bucket/qpdf.json index 481a9661dc..32597d9447 100644 --- a/bucket/qpdf.json +++ b/bucket/qpdf.json @@ -1,19 +1,19 @@ { - "version": "10.3.1", + "version": "10.3.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.3.1/qpdf-10.3.1-bin-mingw64.zip", - "hash": "sha1:0a034897871a1fd31ddf3e911c11c5034f0d6a08" + "url": "https://downloads.sourceforge.net/project/qpdf/qpdf/10.3.2/qpdf-10.3.2-bin-mingw64.zip", + "hash": "sha1:d5125c4c0d9c5d3f521a963c5eeb5b0e3933d22a" }, "32bit": { - "url": "https://downloads.sourceforge.net/project/qpdf/qpdf/10.3.1/qpdf-10.3.1-bin-mingw32.zip", - "hash": "sha1:b504632779eb63cdac246e9aea8807ebf8ead304" + "url": "https://downloads.sourceforge.net/project/qpdf/qpdf/10.3.2/qpdf-10.3.2-bin-mingw32.zip", + "hash": "sha1:0ec31a77252d92dc98e792dc58a26135fb348ac9" } }, - "extract_dir": "qpdf-10.3.1", + "extract_dir": "qpdf-10.3.2", "bin": "bin\\qpdf.exe", "checkver": { "github": "https://github.com/qpdf/qpdf",