development/protobuf3: Updated for version 28.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2024-08-31 09:33:44 +07:00
parent d40c8c67e7
commit 7209795fb7
2 changed files with 6 additions and 6 deletions

View File

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=protobuf3
VERSION=${VERSION:-27.3}
VERSION=${VERSION:-28.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,10 +1,10 @@
PRGNAM="protobuf3"
VERSION="27.3"
VERSION="28.0"
HOMEPAGE="https://github.com/google/protobuf"
DOWNLOAD="https://github.com/google/protobuf/archive/v27.3/protobuf-27.3.tar.gz \
https://files.pythonhosted.org/packages/1b/61/0671db2ab2aee7c92d6c1b617c39b30a4cd973950118da56d77e7f397a9d/protobuf-5.27.3.tar.gz"
MD5SUM="c7feee9c4a6856d39e2b9d6876a487f5 \
c2b8d7e51d2cc305c5669e7dc64e9828"
DOWNLOAD="https://github.com/google/protobuf/archive/v28.0/protobuf-28.0.tar.gz \
https://files.pythonhosted.org/packages/5f/d7/331ee1f3b798c34d2257c79d5426ecbe95d46d2b40ba808a29da6947f6d8/protobuf-5.28.0.tar.gz"
MD5SUM="9db90d4ada7418ad5534212cd1ba5093 \
3ad79ab2cdbb60a7c7d34a79108b7d96"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="abseil-cpp python3-build python3-wheel"