From 5c388ffdb70848511375e0352ea6ea1eda82adf8 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jeremy@system76.com>
Date: Wed, 15 Dec 2021 11:30:42 -0700
Subject: [PATCH] Update to pcre2 10.39

---
 recipes/pcre/recipe.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/pcre/recipe.sh b/recipes/pcre/recipe.sh
index 4e51f3b57..73f2c531d 100644
--- a/recipes/pcre/recipe.sh
+++ b/recipes/pcre/recipe.sh
@@ -1,5 +1,5 @@
-VERSION=8.42
-TAR=https://ftp.pcre.org/pub/pcre/pcre-$VERSION.tar.bz2
+VERSION=10.39
+TAR=https://github.com/PhilipHazel/pcre2/releases/download/pcre2-${VERSION}/pcre2-${VERSION}.tar.bz2
 BUILD_DEPENDS=()
 
 function recipe_version {
-- 
GitLab