diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-04-20 12:56:45 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-21 07:48:29 +0700 |
commit | 3769e149bb9d3b34087bd9d599dd9702db60696c (patch) | |
tree | f92db4c30ebdebbd408f8643e6ebda3fff6afc56 /libraries/grpc/grpc.SlackBuild | |
parent | 9720d7a916ebd0642c82597ecf5d775e335c9b42 (diff) |
libraries/grpc: Update for 1.62.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/grpc/grpc.SlackBuild')
-rw-r--r-- | libraries/grpc/grpc.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/grpc/grpc.SlackBuild b/libraries/grpc/grpc.SlackBuild index a8b5061c8e..520fe59c11 100644 --- a/libraries/grpc/grpc.SlackBuild +++ b/libraries/grpc/grpc.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=grpc -VERSION=${VERSION:-1.62.1} +VERSION=${VERSION:-1.62.2} OPENCENSUS_VERSION=${OPENCENSUS_VERSION:-0.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |