Skip to content

Commit a95b9a2

Browse files
committed
pcre: Fix pcre link
1 parent 939b4f3 commit a95b9a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ GCC_URL=http://ftp.sunet.se/pub/gnu/gcc/releases/gcc-$(GCC_VERSION)
111111
## ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
112112
PCRE=pcre
113113
PCRE_VERSION=8.32
114-
PCRE_URL=http://switch.dl.sourceforge.net/project/pcre/pcre/8.32/
114+
PCRE_URL=http://switch.dl.sourceforge.net/project/pcre/pcre/8.32
115115
#ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
116116
#pcre-8.32.tar.gz
117117

0 commit comments

Comments
 (0)