Skip to content

Commit

Permalink
* update libnghttp2 to 1.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kth5 committed Apr 24, 2019
1 parent 463460c commit bd8a717
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libnghttp2/PKGBUILD
Expand Up @@ -3,7 +3,7 @@
# Contributor: Zhuoyun Wei <wzyboy@wzyboy.org>

pkgname=libnghttp2
pkgver=1.35.1
pkgver=1.36.0
pkgrel=1
pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
arch=(x86_64 powerpc64le)
Expand All @@ -12,7 +12,7 @@ license=(MIT)
depends=(glibc)
conflicts=('nghttp2<1.20.0-2')
source=(https://github.com/nghttp2/nghttp2/releases/download/v$pkgver/nghttp2-$pkgver.tar.xz)
sha512sums=('fcd3f79f913afbeee1c75003bb39df918e6122bbf728b3ad4192d5849d8fb96705e04f5505465d63f25a565b2f1da6abd8fabdebb6e3347500f7abd31980861d')
sha512sums=('4e0d5c5cdb4f1b7e5f12790850237f36649af4aa9596033392725972e4e0e5a33bb78bd1aa0735e35e489b523b7e9a236a7b5847dfca69bd7583fcab36c13c76')

build() {
cd nghttp2-$pkgver
Expand Down

0 comments on commit bd8a717

Please sign in to comment.