mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
grpc: update to 1.25.0.
This commit is contained in:
parent
b606ab4c60
commit
3a193cfadc
1 changed files with 3 additions and 8 deletions
|
@ -1,8 +1,7 @@
|
|||
# Template file for 'grpc'
|
||||
pkgname=grpc
|
||||
version=1.24.3
|
||||
version=1.25.0
|
||||
revision=1
|
||||
_upbver=931bbecbd3230ae7f22efa5d203639facc47f719
|
||||
build_style=gnu-makefile
|
||||
make_build_args="prefix=\$(DESTDIR)/usr AROPTS=rc LD=\$(CC)"
|
||||
make_install_args="prefix=\$(DESTDIR)/usr"
|
||||
|
@ -13,16 +12,12 @@ short_desc="High performance, open source, general RPC framework"
|
|||
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
|
||||
https://github.com/protocolbuffers/upb/archive/${_upbver}/upb-${_upbver}.tar.gz"
|
||||
checksum="c84b3fa140fcd6cce79b3f9de6357c5733a0071e04ca4e65ba5f8d306f10f033
|
||||
95150db57b51b65f3422c38953956e0f786945d842d76f8ab685fbcd93ab5caa"
|
||||
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=ffbe61269160ea745e487f79b0fd06b6edd3d50c6d9123f053b5634737cf2f69
|
||||
nocross=yes
|
||||
|
||||
post_extract() {
|
||||
sed -r 's/-Werror//g;/ldconfig/d;s/ strip-(static|shared)_c(xx)? / /' -i Makefile
|
||||
rm -rf third_party/upb
|
||||
mv ../upb-${_upbver} third_party/upb
|
||||
}
|
||||
post_install() {
|
||||
vlicense NOTICE.txt
|
||||
|
|
Loading…
Add table
Reference in a new issue