aboutsummaryrefslogtreecommitdiff
path: root/libs/libre2
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2023-07-01 11:06:04 -0700
committerRosen Penev <rosenp@gmail.com>2023-07-10 19:46:23 -0700
commitfcccb7724a01603db452f42c978303f3f435d0c5 (patch)
treeaca510fee2de57e1fbbf897d015f77eb9d4eb3c3 /libs/libre2
parent5362b272cbe6124519616052bf61a6faee60cd2b (diff)
libre2: update to 2023-02-01
Fixes compilation with GCC13 Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/libre2')
-rw-r--r--libs/libre2/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/libre2/Makefile b/libs/libre2/Makefile
index 76a679fef..1ce64f8cc 100644
--- a/libs/libre2/Makefile
+++ b/libs/libre2/Makefile
@@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=re2
-PKG_VERSION:=2021-02-02
-PKG_RELEASE:=2
+PKG_VERSION:=2023-02-01
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/google/re2/tar.gz/$(PKG_VERSION)?
-PKG_HASH:=1396ab50c06c1a8885fb68bf49a5ecfd989163015fd96699a180d6414937f33f
+PKG_HASH:=cbce8b7803e856827201a132862e41af386e7afd9cc6d9a9bc7a4fa4d8ddbdde
PKG_MAINTAINER:=
PKG_LICENSE:=BSD-3-Clause
@@ -23,7 +23,7 @@ define Package/re2
DEPENDS:=+libstdcpp
TITLE:=RE2 - C++ regular expression library
URL:=https://github.com/google/re2
- ABI_VERSION:=6
+ ABI_VERSION:=10
endef
define Package/re2/description