grpc: update to 1.22.0.
This commit is contained in:
parent
a9e5e3ef80
commit
eedf8bb57b
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'grpc'
|
||||
pkgname=grpc
|
||||
version=1.19.1
|
||||
revision=2
|
||||
version=1.22.0
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_build_args="prefix=\$(DESTDIR)/usr AROPTS=rc LD=\$(CC)"
|
||||
make_install_args="prefix=\$(DESTDIR)/usr"
|
||||
|
@ -13,7 +13,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|||
license="Apache-2.0"
|
||||
homepage="https://github.com/grpc/grpc"
|
||||
distfiles="https://github.com/$pkgname/$pkgname/archive/v${version}/$pkgname-${version}.tar.gz"
|
||||
checksum=f869c648090e8bddaa1260a271b1089caccbe735bf47ac9cd7d44d35a02fb129
|
||||
checksum=11ac793c562143d52fd440f6549588712badc79211cdc8c509b183cb69bddad8
|
||||
nocross=yes
|
||||
|
||||
post_extract() {
|
||||
|
|
Loading…
Reference in New Issue