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