nghttp2: update to 1.32.1.

This commit is contained in:
maxice8 2018-08-25 08:51:46 -03:00
parent 4e7ef422ee
commit fea902e81b
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -1,6 +1,6 @@
# Template file for 'nghttp2'
pkgname=nghttp2
version=1.32.0
version=1.32.1
revision=1
build_style=gnu-configure
configure_args="--without-libxml2 --without-jemalloc --without-spdylay"
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="MIT"
homepage="https://nghttp2.org"
distfiles="https://github.com/tatsuhiro-t/nghttp2/releases/download/v${version}/nghttp2-${version}.tar.xz"
checksum=700a89d59fcc55acc2b18184001bfb3220fa6a6e543486aca35f40801cba6f7d
checksum=71ad04489b8e52df23a80166dfbf29d39bc48e39bc081e1e83ca8c94feeab7d0
post_install() {
rm -rf ${DESTDIR}/usr/share/man
@ -23,8 +23,8 @@ nghttp2-devel_package() {
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/*.a
vmove usr/lib/*.so
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig
}
}