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