From b528926e9c1b5cc2f296c0d06b330d30634c1824 Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Sun, 25 Feb 2024 21:32:14 +0100
Subject: [PATCH] qpdf: update to 11.9.0

---
 components/print/qpdf/Makefile |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/components/print/qpdf/Makefile b/components/print/qpdf/Makefile
index 930f028..082c545 100644
--- a/components/print/qpdf/Makefile
+++ b/components/print/qpdf/Makefile
@@ -17,14 +17,15 @@
 BUILD_STYLE= cmake
 OPENSSL_VERSION= 3.1
 USE_DEFAULT_TEST_TRANSFORMS= yes
+USE_PARALLEL_BUILD= yes
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME= qpdf
-COMPONENT_VERSION= 11.8.0
+COMPONENT_VERSION= 11.9.0
 COMPONENT_SUMMARY= QPDF is a command-line program that does structural, content-preserving transformations on PDF files
 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
-COMPONENT_ARCHIVE_HASH= sha256:d9321f5fbc50251803630a5604ddc5ed9a4d93bc023d9a7436a302e7c9741259
+COMPONENT_ARCHIVE_HASH= sha256:9f5d6335bb7292cc24a7194d281fc77be2bbf86873e8807b85aeccfbff66082f
 COMPONENT_ARCHIVE_URL=	https://downloads.sourceforge.net/qpdf/$(COMPONENT_ARCHIVE)
 COMPONENT_PROJECT_URL=	https://qpdf.sourceforge.net/
 COMPONENT_FMRI= print/qpdf

--
Gitblit v1.9.3