Fix pcre recipe link

This commit is contained in:
Jeremy Soller 2021-12-15 11:42:15 -07:00
parent 0d039a3a6b
commit dbbd5b6f25
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -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"
]