mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/protobuf3: Updated for version 27.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6348863971
commit
2e5927d45a
2 changed files with 6 additions and 6 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=protobuf3
|
||||
VERSION=${VERSION:-26.1}
|
||||
VERSION=${VERSION:-27.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="protobuf3"
|
||||
VERSION="26.1"
|
||||
VERSION="27.0"
|
||||
HOMEPAGE="https://github.com/google/protobuf"
|
||||
DOWNLOAD="https://github.com/google/protobuf/archive/v26.1/protobuf-26.1.tar.gz \
|
||||
https://files.pythonhosted.org/packages/d2/e5/7e22ca7201a6b1040aae7787d0fe6cd970311da376a86fdafa5182be1d1b/protobuf-5.26.1.tar.gz"
|
||||
MD5SUM="6ad6edec05fd08477a442db77dbebf98 \
|
||||
8360a781926b9dac954678a823835d23"
|
||||
DOWNLOAD="https://github.com/google/protobuf/archive/v27.0/protobuf-27.0.tar.gz \
|
||||
https://files.pythonhosted.org/packages/73/cb/8d83e166a822d893c2c07ef4a57598873634b65a68153ca62b6ba85f67b9/protobuf-5.27.0.tar.gz"
|
||||
MD5SUM="c96aaf02c8acea549d65bb7b2d549bf6 \
|
||||
96861f4b3da9461209e100c826906c14"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="abseil-cpp python3-build python3-wheel"
|
||||
|
|
Loading…
Reference in a new issue