Skip to content
Snippets Groups Projects
Verified Commit dbbd5b6f authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Fix pcre recipe link

parent 0d039a3a
No related branches found
No related tags found
No related merge requests found
VERSION=8.42 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=() BUILD_DEPENDS=()
function recipe_version { function recipe_version {
......
[source] [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 = [ patches = [
"redox.patch" "redox.patch"
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment