From patchwork Mon Apr 2 21:19:18 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [git,commit] pcre: bump to 8.30 Date: Mon, 02 Apr 2012 11:19:18 -0000 From: Peter Korsgaard X-Patchwork-Id: 150256 Message-Id: <20120402212946.7642C969DD@busybox.osuosl.org> To: buildroot@busybox.net commit: http://git.buildroot.net/buildroot/commit/?id=60a395708d99b1787800bedd983450d0097ce6af branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master Signed-off-by: Luca Ceresoli Acked-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/pcre/pcre.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/pcre/pcre.mk b/package/pcre/pcre.mk index d64106e..db896fd 100644 --- a/package/pcre/pcre.mk +++ b/package/pcre/pcre.mk @@ -4,7 +4,7 @@ # ############################################################# -PCRE_VERSION = 8.20 +PCRE_VERSION = 8.30 PCRE_SITE = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre PCRE_INSTALL_STAGING = YES