diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-08-11 08:02:16 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-08-11 08:02:16 +0700 |
commit | 55374a0584f8753220f9b480298edcfafb08ba8b (patch) | |
tree | f6991e16be7b1e5d90ded323e90e97eeaf03f479 /misc | |
parent | b90cca9a5a6940ee35fd3e0ff09209b352011d21 (diff) | |
download | slackbuilds-55374a0584f8753220f9b480298edcfafb08ba8b.tar.gz |
misc/protobuf3: Updated for version 3.9.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/protobuf3/protobuf3.SlackBuild | 6 | ||||
-rw-r--r-- | misc/protobuf3/protobuf3.info | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/misc/protobuf3/protobuf3.SlackBuild b/misc/protobuf3/protobuf3.SlackBuild index 9a15ce19ad..82dc64d3b3 100644 --- a/misc/protobuf3/protobuf3.SlackBuild +++ b/misc/protobuf3/protobuf3.SlackBuild @@ -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 diff --git a/misc/protobuf3/protobuf3.info b/misc/protobuf3/protobuf3.info index 27efe7a10d..7bcfebc707 100644 --- a/misc/protobuf3/protobuf3.info +++ b/misc/protobuf3/protobuf3.info @@ -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="" |