diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-09-03 16:14:54 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-09-04 11:04:55 +0000 |
commit | 91d9e0a55fe0336e0124d72b603e4450734f2283 (patch) | |
tree | 75735ba15b2557e150a075f7ca5bce34268e3c8c /main/nghttp2 | |
parent | 44acf432897454c12b2b37bce73f13cdd8e74d40 (diff) | |
download | aports-91d9e0a55fe0336e0124d72b603e4450734f2283.tar.bz2 aports-91d9e0a55fe0336e0124d72b603e4450734f2283.tar.xz |
main/nghttp2: rebuild against ruby 2.6
Diffstat (limited to 'main/nghttp2')
-rw-r--r-- | main/nghttp2/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/nghttp2/APKBUILD b/main/nghttp2/APKBUILD index 7114e7fa43..2764685978 100644 --- a/main/nghttp2/APKBUILD +++ b/main/nghttp2/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=nghttp2 pkgver=1.39.2 -pkgrel=1 +pkgrel=2 pkgdesc="Experimental HTTP/2 client, server and proxy" url="https://nghttp2.org" arch="all" |