From 7028634ca10e19eb0db35a694d0615baacc7343f Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Mon, 6 May 2019 08:32:30 +0000 Subject: [PATCH] libs/pcre: Update to 8.43 Update pcre to 8.43 Signed-off-by: Daniel Engberg --- libs/pcre/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/pcre/Makefile b/libs/pcre/Makefile index 1f141ebd2..8d1cc09b1 100644 --- a/libs/pcre/Makefile +++ b/libs/pcre/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pcre -PKG_VERSION:=8.42 -PKG_RELEASE:=2 +PKG_VERSION:=8.43 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/$(PKG_NAME) -PKG_HASH:=2cd04b7c887808be030254e8d77de11d3fe9d4505c39d4b15d2664ffe8bf9301 +PKG_HASH:=91e762520003013834ac1adb4a938d53b22a216341c061b0cf05603b290faf6b PKG_MAINTAINER:=Thomas Heil PKG_LICENSE:=BSD-3-Clause