Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/ngtcp2/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'ngtcp2'
pkgname=ngtcp2
version=1.18.0
version=1.19.0
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config automake libtool"
Expand All @@ -11,7 +11,7 @@ license="MIT"
homepage="https://nghttp2.org/ngtcp2"
changelog="https://github.com/ngtcp2/ngtcp2/releases"
distfiles="https://github.com/ngtcp2/ngtcp2/releases/download/v${version}/ngtcp2-${version}.tar.gz"
checksum=3137e6d6f3cf4034ba81f5a43ce2bc5a907f25f9002ed69ad0288717e0a9bbc0
checksum=b8aae6b438c3dbc8223bae208e9e2798e0797ecd61d5a945d480896e04307c79

post_install() {
rm ${DESTDIR}/usr/share/doc/ngtcp2/README.rst
Expand Down