grpcurl: update to 1.9.2.
This commit is contained in:
parent
c3af04c5de
commit
db3c76e917
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'grpcurl'
|
# Template file for 'grpcurl'
|
||||||
pkgname=grpcurl
|
pkgname=grpcurl
|
||||||
version=1.9.1
|
version=1.9.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/fullstorydev/grpcurl"
|
go_import_path="github.com/fullstorydev/grpcurl"
|
||||||
go_package="${go_import_path}/cmd/..."
|
go_package="${go_import_path}/cmd/..."
|
||||||
|
@ -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=4bc60a920635929bdf9fa9bb5d310fe3f82bccd441a1487680566694400e4304
|
checksum=9259935b6ef86d701caef60be338600798348368c0f4dca063a45cf88d8186a8
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue