From 75d854da7e405e3c7c2c2281f8a105fb914a8678 Mon Sep 17 00:00:00 2001 From: triallax Date: Sun, 30 Apr 2023 17:59:04 +0300 Subject: [PATCH] re2: update to 2023.03.01. --- common/shlibs | 2 +- srcpkgs/re2/template | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/common/shlibs b/common/shlibs index 7b09f9d234c..e347aeacd8c 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1335,7 +1335,7 @@ librumpdev_audio.so.0 netbsd-rumpkernel-20140526_3 librumpclient.so.0 netbsd-rumpkernel-20140526_3 libdotconf.so.0 dotconf-1.3_1 libspeechd.so.2 speech-dispatcher-0.8_1 -libre2.so.7 re2-2020.06.01_1 +libre2.so.10 re2-2023.03.01_1 libminizip.so.1 minizip-1.2.7_1 libsrtp2.so.1 libsrtp-2.1.0_1 libjsoncpp.so.24 jsoncpp-1.9.4_1 diff --git a/srcpkgs/re2/template b/srcpkgs/re2/template index b921a7cf6a1..ec6abba965a 100644 --- a/srcpkgs/re2/template +++ b/srcpkgs/re2/template @@ -1,14 +1,14 @@ # Template file for 're2' pkgname=re2 -version=2020.06.01 +version=2023.03.01 revision=1 build_style=gnu-makefile short_desc="Efficient, principled regular expression library" maintainer="Orphaned " license="BSD-3-Clause" homepage="https://github.com/google/re2" -distfiles="${homepage}/archive/${version//./-}.tar.gz" -checksum=fb8e0f4ed7a212e3420507f27933ef5a8c01aec70e5148c6a35313573269fae6 +distfiles="https://github.com/google/re2/archive/${version//./-}.tar.gz" +checksum=7a9a4824958586980926a300b4717202485c4b4115ac031822e29aa4ef207e48 post_install() { vlicense LICENSE @@ -19,8 +19,8 @@ re2-devel_package() { depends="${sourcepkg}-${version}_${revision}" pkg_install() { vmove usr/include - vmove usr/lib/*.a - vmove usr/lib/*.so + vmove "usr/lib/*.a" + vmove "usr/lib/*.so" vmove usr/lib/pkgconfig } }