diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-27 09:01:18 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-27 09:01:18 +0700 |
commit | 4d5ed6f0b662dbc102ad58162f84c13d38321fbf (patch) | |
tree | 0134bfd9faebadf02fa4714a1585454d7b3255d6 /misc/protobuf3 | |
parent | c27b3c97ef353f062652958f25a7dbf53d2f57a7 (diff) |
misc/protobuf3: Updated for version 3.17.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 b83097a5da11..4aeb3652f4b0 100644 --- a/misc/protobuf3/protobuf3.SlackBuild +++ b/misc/protobuf3/protobuf3.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=protobuf3 -VERSION=${VERSION:-3.17.0} +VERSION=${VERSION:-3.17.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/misc/protobuf3/protobuf3.info b/misc/protobuf3/protobuf3.info index 0aa0e36908d2..f0ac7913ad17 100644 --- a/misc/protobuf3/protobuf3.info +++ b/misc/protobuf3/protobuf3.info @@ -1,8 +1,8 @@ PRGNAM="protobuf3" -VERSION="3.17.0" +VERSION="3.17.1" HOMEPAGE="https://github.com/google/protobuf" -DOWNLOAD="https://github.com/google/protobuf/archive/v3.17.0/protobuf-3.17.0.tar.gz" -MD5SUM="37aa9d339dd9b45bb54cb5ed0ee8857c" +DOWNLOAD="https://github.com/google/protobuf/archive/v3.17.1/protobuf-3.17.1.tar.gz" +MD5SUM="22f11c00409344cabb7f82f8a8c978e5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |