libraries/re2: Update for 2024_04_01

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
isaackwy 2024-04-01 02:32:53 -07:00 committed by Willy Sudiarto Raharjo
parent 635c9ec1cc
commit c55660d0ef
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=re2
VERSION=${VERSION:-2024_03_01}
VERSION=${VERSION:-2024_04_01}
PKGVER=$(echo $VERSION | tr _ -)
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="re2"
VERSION="2024_03_01"
VERSION="2024_04_01"
HOMEPAGE="https://github.com/google/re2"
DOWNLOAD="https://github.com/google/re2/archive/2024-03-01/re2-2024-03-01.tar.gz"
MD5SUM="2ae1abc81424c60f96771cebdab32869"
DOWNLOAD="https://github.com/google/re2/archive/2024-04-01/re2-2024-04-01.tar.gz"
MD5SUM="05e993e11aa173b63552fb4d88e6524c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="abseil-cpp"