From e1e001cf07450f5ba4992a81866c1333fc5db758 Mon Sep 17 00:00:00 2001 From: Gordon Woodhull Date: Wed, 28 Jan 2026 16:10:04 -0500 Subject: [PATCH] add verapdf to configuration Pin verapdf version for S3 bucket upload. This enables downloading verapdf from the quarto S3 bucket instead of verapdf.org. --- configuration | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration b/configuration index b69039912c2..0621b6e0654 100644 --- a/configuration +++ b/configuration @@ -17,6 +17,7 @@ export PANDOC=3.8.3 export DARTSASS=1.87.0 export ESBUILD=0.25.10 export TYPST=0.14.2 +export VERAPDF=1.28.2 # NB: we can't put comments in the same line as export statements because it