From 3f3340a00772ec644d389deb7afab635486d6936 Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Fri, 16 Feb 2018 21:45:05 +0100 Subject: [PATCH] libs/re: bump to 0.5.7 Signed-off-by: Sebastian Kemper --- libs/re/Makefile | 8 ++++---- libs/re/patches/005-fix-builds-for-mipsel-targets.patch | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libs/re/Makefile b/libs/re/Makefile index 235587b..930cdd6 100644 --- a/libs/re/Makefile +++ b/libs/re/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2010-2017 OpenWrt.org +# Copyright (C) 2010-2018 OpenWrt.org # Copyright (C) 2010 Alfred E. Heggestad # # This is free software, licensed under the GNU General Public License v2. @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=re -PKG_VERSION:=0.5.6 -PKG_RELEASE:=4 +PKG_VERSION:=0.5.7 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.creytiv.com/pub -PKG_HASH:=a3119826ad162f898ada734d093f565824a018df395b4517549915b00e2bdf69 +PKG_HASH:=5dcc15610c28ff1df147d28266b29b934adcff43bfc3fdac58767fd789101039 PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=docs/COPYING diff --git a/libs/re/patches/005-fix-builds-for-mipsel-targets.patch b/libs/re/patches/005-fix-builds-for-mipsel-targets.patch index 64cebf5..29a03ee 100644 --- a/libs/re/patches/005-fix-builds-for-mipsel-targets.patch +++ b/libs/re/patches/005-fix-builds-for-mipsel-targets.patch @@ -1,6 +1,6 @@ --- a/mk/re.mk +++ b/mk/re.mk -@@ -448,11 +448,6 @@ endif +@@ -438,11 +438,6 @@ endif CFLAGS += -DARCH=\"$(ARCH)\" -- 2.30.2