From bec070b334313f885a50f67519f9a365733aeb5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 22 Nov 2020 10:13:17 +0100 Subject: [PATCH] qpdf: Update to version 10.0.4 --- bucket/qpdf.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/qpdf.json b/bucket/qpdf.json index bc9272675c..3c678af065 100644 --- a/bucket/qpdf.json +++ b/bucket/qpdf.json @@ -1,19 +1,19 @@ { - "version": "10.0.3", + "version": "10.0.4", "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.0.3/qpdf-10.0.3-bin-mingw64.zip", - "hash": "sha1:9d9cdf26b5afc79246bd7e4fbae8ee80a4f3a68e" + "url": "https://downloads.sourceforge.net/project/qpdf/qpdf/10.0.4/qpdf-10.0.4-bin-mingw64.zip", + "hash": "sha1:bffba8cadab5d6e4f6b5a8a7a914bb93974a0cdf" }, "32bit": { - "url": "https://downloads.sourceforge.net/project/qpdf/qpdf/10.0.3/qpdf-10.0.3-bin-mingw32.zip", - "hash": "sha1:6d5ec106fe3b50efc5044d5121b8658a3927bd32" + "url": "https://downloads.sourceforge.net/project/qpdf/qpdf/10.0.4/qpdf-10.0.4-bin-mingw32.zip", + "hash": "sha1:f116209b2a1d2214734d985fa680e7cc90a9cc81" } }, - "extract_dir": "qpdf-10.0.3", + "extract_dir": "qpdf-10.0.4", "bin": "bin\\qpdf.exe", "checkver": { "github": "https://github.com/qpdf/qpdf",