summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-07-20 19:37:25 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-07-20 19:37:25 +0000
commitf799656116107fbf451953facefa4786c605cc81 (patch)
treeadc48f2e1ce332dec29779adbfac7cc1c407d656
parent3a70f7f0ee43e0813e6a32a1b870c05abd3ef697 (diff)
downloadpackages-f799656116107fbf451953facefa4786c605cc81.tar.gz
packages-f799656116107fbf451953facefa4786c605cc81.tar.bz2
packages-f799656116107fbf451953facefa4786c605cc81.tar.xz
packages-f799656116107fbf451953facefa4786c605cc81.zip
user/nghttp2: bump to 1.39.1
-rw-r--r--user/nghttp2/APKBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/user/nghttp2/APKBUILD b/user/nghttp2/APKBUILD
index 0c0c764e7..d22758490 100644
--- a/user/nghttp2/APKBUILD
+++ b/user/nghttp2/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer:
pkgname=nghttp2
-pkgver=1.37.0
+pkgver=1.39.1
pkgrel=0
pkgdesc="Experimental HTTP/2 client, server and proxy"
url="https://nghttp2.org/"
@@ -12,7 +12,6 @@ subpackages="$pkgname-dev $pkgname-doc $pkgname-libs"
source="https://github.com/tatsuhiro-t/$pkgname/releases/download/v$pkgver/nghttp2-$pkgver.tar.xz"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -30,13 +29,11 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="67a4b9df3f7f0edad719011fa289d9aa9ef04f31ef3ccf826b861c8830ed24e0743a33b54ab66d198fec7edbf723852b38a2007b335d7f566f702f4b02297b0f nghttp2-1.37.0.tar.xz"
+sha512sums="36558ed03c59086086abbf144ec7c54c60de3fea00a9ea594feea7186a779781cbb66a08c9b34265892dea382b42b875f551e85331cfa0086e357f9b27b919fa nghttp2-1.39.1.tar.xz"