From 6efafa0c3ac1280a33c4c00b5ccf0b220093f179 Mon Sep 17 00:00:00 2001 From: isaackwy Date: Fri, 5 Jan 2024 19:38:14 -0800 Subject: libraries/re2: Update for 2023_11_01 (+new maintainer) Signed-off-by: Willy Sudiarto Raharjo --- libraries/re2/re2.SlackBuild | 8 +++----- libraries/re2/re2.info | 12 ++++++------ 2 files changed, 9 insertions(+), 11 deletions(-) (limited to 'libraries/re2') diff --git a/libraries/re2/re2.SlackBuild b/libraries/re2/re2.SlackBuild index d901d87abc..e44d645a5a 100644 --- a/libraries/re2/re2.SlackBuild +++ b/libraries/re2/re2.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for re2 # Copyright 2018-2020 Larry Hajali +# Copyright 2024 Isaac Yu # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=re2 -VERSION=${VERSION:-2020_05_01} +VERSION=${VERSION:-2023_11_01} PKGVER=$(echo $VERSION | tr _ -) BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -39,9 +40,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -94,7 +92,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr rm -f $PKG/usr/lib${LIBDIRSUFFIX}/*.a mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - AUTHORS BUILD CONTRIBUTING.md CONTRIBUTORS LICENSE README WORKSPACE \ + AUTHORS CONTRIBUTING.md CONTRIBUTORS LICENSE README \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/libraries/re2/re2.info b/libraries/re2/re2.info index f6dcc349cd..ef365b22ef 100644 --- a/libraries/re2/re2.info +++ b/libraries/re2/re2.info @@ -1,10 +1,10 @@ PRGNAM="re2" -VERSION="2020_05_01" +VERSION="2023_11_01" HOMEPAGE="https://github.com/google/re2" -DOWNLOAD="https://github.com/google/re2/archive/2020-05-01/re2-2020-05-01.tar.gz" -MD5SUM="b4fe3a6ddedb805a5ad4f3b301e12ba9" +DOWNLOAD="https://github.com/google/re2/archive/2023-11-01/re2-2023-11-01.tar.gz" +MD5SUM="45925144c4da1ceba739f149a52bd555" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" -MAINTAINER="Larry Hajali" -EMAIL="larryhaja[at]gmail[dot]com" +REQUIRES="abseil-cpp" +MAINTAINER="Isaac Yu" +EMAIL="isaacyu@protonmail.com" -- cgit v1.2.3-80-g2a13