From b6777a2d420e536385c1182b4ae59604bee7ead4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 5 Mar 2021 19:50:58 +0100 Subject: [PATCH] qpdf: Update to version 10.3.0 --- bucket/qpdf.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/qpdf.json b/bucket/qpdf.json index 93def7b40e..c4c3a29a4f 100644 --- a/bucket/qpdf.json +++ b/bucket/qpdf.json @@ -1,19 +1,19 @@ { - "version": "10.2.0", + "version": "10.3.0", "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.2.0/qpdf-10.2.0-bin-mingw64.zip", - "hash": "sha1:8f373cf3f7120debe2338b6e6ea606f84c904dc5" + "url": "https://downloads.sourceforge.net/project/qpdf/qpdf/10.3.0/qpdf-10.3.0-bin-mingw64.zip", + "hash": "sha1:d6640fbe734ccd1611c9bad247778b541cada6ad" }, "32bit": { - "url": "https://downloads.sourceforge.net/project/qpdf/qpdf/10.2.0/qpdf-10.2.0-bin-mingw32.zip", - "hash": "sha1:fe6619de68cb91b5d02174bb1c569758c5669334" + "url": "https://downloads.sourceforge.net/project/qpdf/qpdf/10.3.0/qpdf-10.3.0-bin-mingw32.zip", + "hash": "sha1:961a59f9b771dc820ba92248eda6be2049be7882" } }, - "extract_dir": "qpdf-10.2.0", + "extract_dir": "qpdf-10.3.0", "bin": "bin\\qpdf.exe", "checkver": { "github": "https://github.com/qpdf/qpdf",