mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
misc/protobuf3: Updated for version 3.9.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b90cca9a5a
commit
55374a0584
2 changed files with 8 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for protobuf3
|
||||
|
||||
# Copyright 2017-2018 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2017-2019 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,12 +23,12 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=protobuf3
|
||||
VERSION=${VERSION:-3.5.2}
|
||||
VERSION=${VERSION:-3.9.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
GTEST=googletest-release
|
||||
GTESTVERSION=${GTESTVERSION:-1.8.0}
|
||||
GTESTVERSION=${GTESTVERSION:-1.8.1}
|
||||
|
||||
SRCNAM=protobuf
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="protobuf3"
|
||||
VERSION="3.5.2"
|
||||
VERSION="3.9.1"
|
||||
HOMEPAGE="https://github.com/google/protobuf"
|
||||
DOWNLOAD="https://github.com/google/protobuf/archive/v3.5.2/protobuf-3.5.2.tar.gz \
|
||||
https://github.com/google/googletest/archive/release-1.8.0/googletest-release-1.8.0.tar.gz"
|
||||
MD5SUM="ff6742018c172c66ecc627029ad54280 \
|
||||
16877098823401d1bf2ed7891d7dce36"
|
||||
DOWNLOAD="https://github.com/google/protobuf/archive/v3.9.1/protobuf-3.9.1.tar.gz \
|
||||
https://github.com/google/googletest/archive/release-1.8.1/googletest-release-1.8.1.tar.gz"
|
||||
MD5SUM="ea53e87a5ece35f77aa006b91aceee56 \
|
||||
2e6fbeb6a91310a16efe181886c59596"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue