From 0d039a3a6b9e205ffd069eacccf136a675ca6d7b Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jeremy@system76.com> Date: Wed, 15 Dec 2021 11:40:36 -0700 Subject: [PATCH] Revert "Update to pcre2 10.39" This reverts commit 5c388ffdb70848511375e0352ea6ea1eda82adf8. --- 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 73f2c531d..4e51f3b57 100644 --- a/recipes/pcre/recipe.sh +++ b/recipes/pcre/recipe.sh @@ -1,5 +1,5 @@ -VERSION=10.39 -TAR=https://github.com/PhilipHazel/pcre2/releases/download/pcre2-${VERSION}/pcre2-${VERSION}.tar.bz2 +VERSION=8.42 +TAR=https://ftp.pcre.org/pub/pcre/pcre-$VERSION.tar.bz2 BUILD_DEPENDS=() function recipe_version { -- GitLab