grpcurl: update to 1.9.3.

This commit is contained in:
Leah Neukirchen 2025-03-14 11:30:55 +01:00
parent 70b5f1b20e
commit ff6741b4f3

View file

@ -1,6 +1,6 @@
# Template file for 'grpcurl' # Template file for 'grpcurl'
pkgname=grpcurl pkgname=grpcurl
version=1.9.2 version=1.9.3
revision=1 revision=1
build_style=go build_style=go
go_import_path="github.com/fullstorydev/grpcurl" go_import_path="github.com/fullstorydev/grpcurl"
@ -11,7 +11,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT" license="MIT"
homepage="https://github.com/fullstorydev/grpcurl" homepage="https://github.com/fullstorydev/grpcurl"
distfiles="https://github.com/fullstorydev/grpcurl/archive/refs/tags/v${version}.tar.gz" distfiles="https://github.com/fullstorydev/grpcurl/archive/refs/tags/v${version}.tar.gz"
checksum=9259935b6ef86d701caef60be338600798348368c0f4dca063a45cf88d8186a8 checksum=bb555087f279af156159c86d4d3d5dd3f2991129e4cd6b09114e6851a679340d
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE