network/grpcurl: Updated for version 1.9.1

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ebben Aries 2024-04-19 08:19:35 -06:00 committed by Willy Sudiarto Raharjo
parent d7fd86e1ee
commit 75d7d7e3a2
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View File

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=grpcurl
VERSION=${VERSION:-1.8.9}
VERSION=${VERSION:-1.9.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,10 +1,10 @@
PRGNAM="grpcurl"
VERSION="1.8.9"
VERSION="1.9.1"
HOMEPAGE="https://github.com/fullstorydev/grpcurl"
DOWNLOAD="https://github.com/fullstorydev/grpcurl/releases/download/v1.8.9/grpcurl_1.8.9_linux_x86_32.tar.gz"
MD5SUM="1b3e38d697d16b8fa0bd9aa0aef588ae"
DOWNLOAD_x86_64="https://github.com/fullstorydev/grpcurl/releases/download/v1.8.9/grpcurl_1.8.9_linux_x86_64.tar.gz"
MD5SUM_x86_64="9d134e5618bf35440e0ddc7cdef77127"
DOWNLOAD="https://github.com/fullstorydev/grpcurl/releases/download/v1.9.1/grpcurl_1.9.1_linux_x86_32.tar.gz"
MD5SUM="a4659f2cdeb13fac1f26c8072294f53e"
DOWNLOAD_x86_64="https://github.com/fullstorydev/grpcurl/releases/download/v1.9.1/grpcurl_1.9.1_linux_x86_64.tar.gz"
MD5SUM_x86_64="a263191ce012be65578b74613c688a3c"
REQUIRES=""
MAINTAINER="Ebben Aries"
EMAIL="slackbuilds@dscp.org"