From: Rosen Penev Date: Mon, 14 Dec 2020 00:27:08 +0000 (-0800) Subject: pcre2: update to 10.36 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=8f829ea882f5818804c021836d1afac23e7cce5d;p=feed%2Fpackages.git pcre2: update to 10.36 Mostly JIT fixes. Signed-off-by: Rosen Penev --- diff --git a/libs/pcre2/Makefile b/libs/pcre2/Makefile index d3172e6625..199013f206 100644 --- a/libs/pcre2/Makefile +++ b/libs/pcre2/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pcre2 -PKG_VERSION:=10.35 -PKG_RELEASE:=3 +PKG_VERSION:=10.36 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/pcre/$(PKG_NAME)/$(PKG_VERSION) -PKG_HASH:=9ccba8e02b0ce78046cdfb52e5c177f0f445e421059e43becca4359c669d4613 +PKG_HASH:=a9ef39278113542968c7c73a31cfcb81aca1faa64690f400b907e8ab6b4a665c PKG_MAINTAINER:=Shane Peelar PKG_LICENSE:=BSD-3-Clause