diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-23 09:44:22 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-23 09:44:22 +0700 |
commit | 0500375c5434e60882c146b97c1f1d11278188c3 (patch) | |
tree | f594c85b7d8cbf37acaa6e107ac2fb3e879f7dd3 /misc | |
parent | 74559cc79421309a32669750523da177dbfbaba5 (diff) |
misc/protobuf3: Updated for version 3.19.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/protobuf3/protobuf3.SlackBuild | 4 | ||||
-rw-r--r-- | misc/protobuf3/protobuf3.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/misc/protobuf3/protobuf3.SlackBuild b/misc/protobuf3/protobuf3.SlackBuild index 77ec174cdcff..c3b2aa6ab70e 100644 --- a/misc/protobuf3/protobuf3.SlackBuild +++ b/misc/protobuf3/protobuf3.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for protobuf3 -# Copyright 2017-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2017-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=protobuf3 -VERSION=${VERSION:-3.19.1} +VERSION=${VERSION:-3.19.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/misc/protobuf3/protobuf3.info b/misc/protobuf3/protobuf3.info index ae7f3424eedc..fc2da57892aa 100644 --- a/misc/protobuf3/protobuf3.info +++ b/misc/protobuf3/protobuf3.info @@ -1,8 +1,8 @@ PRGNAM="protobuf3" -VERSION="3.19.1" +VERSION="3.19.3" HOMEPAGE="https://github.com/google/protobuf" -DOWNLOAD="https://github.com/google/protobuf/archive/v3.19.1/protobuf-3.19.1.tar.gz" -MD5SUM="e5cb6707320a077f0618b669d1856bc4" +DOWNLOAD="https://github.com/google/protobuf/archive/v3.19.3/protobuf-3.19.3.tar.gz" +MD5SUM="95726847be13c6db9ea408166238fe62" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |