diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-03 09:00:24 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-03 09:00:24 +0700 |
commit | 206740033281cdfc78204a814debb0e59eec8a0e (patch) | |
tree | 801357dd6ce16dba4e847e1e791adee36959f223 /misc/protobuf3 | |
parent | 6d8745d091b976dd5fcb3c8f528b081abbcfc648 (diff) | |
download | slackbuilds-206740033281cdfc78204a814debb0e59eec8a0e.tar.gz |
misc/protobuf3: Updated for version 3.18.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/protobuf3')
-rw-r--r-- | misc/protobuf3/protobuf3.SlackBuild | 2 | ||||
-rw-r--r-- | misc/protobuf3/protobuf3.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/protobuf3/protobuf3.SlackBuild b/misc/protobuf3/protobuf3.SlackBuild index 1cc6510ff2..d08d35d50b 100644 --- a/misc/protobuf3/protobuf3.SlackBuild +++ b/misc/protobuf3/protobuf3.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=protobuf3 -VERSION=${VERSION:-3.17.3} +VERSION=${VERSION:-3.18.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/misc/protobuf3/protobuf3.info b/misc/protobuf3/protobuf3.info index 897f252b5d..9d93f08136 100644 --- a/misc/protobuf3/protobuf3.info +++ b/misc/protobuf3/protobuf3.info @@ -1,8 +1,8 @@ PRGNAM="protobuf3" -VERSION="3.17.3" +VERSION="3.18.0" HOMEPAGE="https://github.com/google/protobuf" -DOWNLOAD="https://github.com/google/protobuf/archive/v3.17.3/protobuf-3.17.3.tar.gz" -MD5SUM="d7f8e0e3ffeac721e18cdf898eff7d31" +DOWNLOAD="https://github.com/google/protobuf/archive/v3.18.0/protobuf-3.18.0.tar.gz" +MD5SUM="4c1a9f9a1eb154e99e84aa835e3fdb9f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |