diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-10 02:11:52 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-10 02:11:52 +0700 |
commit | 7d4ba46a646370880137d85f4167e52815ff8f90 (patch) | |
tree | 4e3188b8682c492aba376bad00a29365b886b9ee /misc/protobuf3 | |
parent | 9d9571ae7c5800e5ec8c4079cc768b5cfb437c3d (diff) | |
download | slackbuilds-7d4ba46a646370880137d85f4167e52815ff8f90.tar.gz |
misc/protobuf3: Updated for version 3.18.1.
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 d08d35d50b..177c8ddfec 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.18.0} +VERSION=${VERSION:-3.18.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/misc/protobuf3/protobuf3.info b/misc/protobuf3/protobuf3.info index 9d93f08136..228961c16b 100644 --- a/misc/protobuf3/protobuf3.info +++ b/misc/protobuf3/protobuf3.info @@ -1,8 +1,8 @@ PRGNAM="protobuf3" -VERSION="3.18.0" +VERSION="3.18.1" HOMEPAGE="https://github.com/google/protobuf" -DOWNLOAD="https://github.com/google/protobuf/archive/v3.18.0/protobuf-3.18.0.tar.gz" -MD5SUM="4c1a9f9a1eb154e99e84aa835e3fdb9f" +DOWNLOAD="https://github.com/google/protobuf/archive/v3.18.1/protobuf-3.18.1.tar.gz" +MD5SUM="4e22487ec6823faf5523954e2eef727f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |