diff --git a/libnghttp2/PKGBUILD b/nghttp2/PKGBUILD similarity index 96% rename from libnghttp2/PKGBUILD rename to nghttp2/PKGBUILD index 89fe2be8..cb613032 100644 --- a/libnghttp2/PKGBUILD +++ b/nghttp2/PKGBUILD @@ -2,7 +2,7 @@ pkgbase=libnghttp2 pkgname=("nghttp2" "${pkgbase}" "${pkgbase}-devel") -pkgver=1.34.0 +pkgver=1.35.1 pkgrel=1 pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library' arch=(i686 x86_64) @@ -18,7 +18,7 @@ makedepends=('jansson-devel' 'libevent-devel' 'openssl-devel' 'libcares-devel' ' license=(MIT) source=(https://github.com/nghttp2/nghttp2/releases/download/v$pkgver/nghttp2-${pkgver}.tar.xz nghttp2-1.24.0-msys2.patch) -sha256sums=('ecb0c013141495e24bd6deca022b5a92097a7848a0c17c4e5af1243a97fa622e' +sha256sums=('9b7f5b09c3ca40a46118240bf476a5babf4bd93a1e4fde2337c308c4c5c3263a' '8619c21f76c435ffd8790e4c439038770c73eaca8e23b2d7654067e956a4b86d') # Helper macros to help make tasks easier # diff --git a/libnghttp2/nghttp2-1.24.0-msys2.patch b/nghttp2/nghttp2-1.24.0-msys2.patch similarity index 100% rename from libnghttp2/nghttp2-1.24.0-msys2.patch rename to nghttp2/nghttp2-1.24.0-msys2.patch