From: <abe...@us...> - 2013-07-07 17:38:00
|
Revision: 6128 http://sourceforge.net/p/astlinux/code/6128 Author: abelbeck Date: 2013-07-07 17:37:58 +0000 (Sun, 07 Jul 2013) Log Message: ----------- pcre, version bump to 8.33 Modified Paths: -------------- branches/1.0/package/pcre/pcre.mk Modified: branches/1.0/package/pcre/pcre.mk =================================================================== --- branches/1.0/package/pcre/pcre.mk 2013-07-07 17:29:05 UTC (rev 6127) +++ branches/1.0/package/pcre/pcre.mk 2013-07-07 17:37:58 UTC (rev 6128) @@ -4,8 +4,8 @@ # ############################################################# -PCRE_VERSION = 8.32 -PCRE_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/project/pcre/pcre/$(PCRE_VERSION) +PCRE_VERSION = 8.33 +PCRE_SITE = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre PCRE_INSTALL_STAGING = YES ifneq ($(BR2_INSTALL_LIBSTDCPP),y) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |