mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/abseil-cpp: Update for 20230802.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3ee3106b67
commit
befb56d862
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=abseil-cpp
|
||||
VERSION=${VERSION:-20220623.1}
|
||||
VERSION=${VERSION:-20230802.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="abseil-cpp"
|
||||
VERSION="20220623.1"
|
||||
VERSION="20230802.1"
|
||||
HOMEPAGE="https://abseil.io"
|
||||
DOWNLOAD="https://github.com/abseil/abseil-cpp/archive/20220623.1/abseil-cpp-20220623.1.tar.gz"
|
||||
MD5SUM="2aea7c1171c4c280f755de170295afd6"
|
||||
DOWNLOAD="https://github.com/abseil/abseil-cpp/archive/20230802.1/abseil-cpp-20230802.1.tar.gz"
|
||||
MD5SUM="84665b6daa5dda7c9082b1a00057457a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue