From dbbd5b6f25c54b484d871ddd89ab33567a82955b Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jeremy@system76.com> Date: Wed, 15 Dec 2021 11:42:15 -0700 Subject: [PATCH] Fix pcre recipe link --- recipes/pcre/recipe.sh | 2 +- recipes/pcre/recipe.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/pcre/recipe.sh b/recipes/pcre/recipe.sh index 4e51f3b57..2592d1113 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 +TAR=https://iweb.dl.sourceforge.net/project/pcre/pcre/$VERSION/pcre-$VERSION.tar.bz2 BUILD_DEPENDS=() function recipe_version { diff --git a/recipes/pcre/recipe.toml b/recipes/pcre/recipe.toml index ebde0bd04..1aaa994ac 100644 --- a/recipes/pcre/recipe.toml +++ b/recipes/pcre/recipe.toml @@ -1,5 +1,5 @@ [source] -tar = "https://ftp.pcre.org/pub/pcre/pcre-8.42.tar.bz2" +tar = "https://iweb.dl.sourceforge.net/project/pcre/pcre/8.42/pcre-8.42.tar.bz2" patches = [ "redox.patch" ] -- GitLab