mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/re2: Update for 2024_04_01
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
635c9ec1cc
commit
c55660d0ef
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue