mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 21:34:18 +08:00
Fix pcre recipe link
This commit is contained in:
parent
0d039a3a6b
commit
dbbd5b6f25
@ -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 {
|
||||
|
||||
@ -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"
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user