Package Details: libnghttp2_asio 1.52.0-1

Git Clone URL: https://aur.archlinux.org/libnghttp2_asio.git (read-only, click to copy)
Package Base: libnghttp2_asio
Description: Framing layer of HTTP/2 is implemented as a reusable C library. ASIO part
Upstream URL: https://nghttp2.org/
Licenses: MIT
Submitter: riuri
Maintainer: riuri
Last Packager: riuri
Votes: 1
Popularity: 0.000000
First Submitted: 2019-06-01 14:53 (UTC)
Last Updated: 2023-04-09 21:17 (UTC)

Latest Comments

chn commented on 2021-03-15 02:47 (UTC)

Please update to 1.43.0.

diff --git a/PKGBUILD b/PKGBUILD
index d59a060..11d5e52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Zhuoyun Wei <wzyboy@wzyboy.org>

 pkgname=libnghttp2_asio
-pkgver=1.41.0
+pkgver=1.43.0
 pkgrel=1
 pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library. ASIO part'
 arch=(x86_64)
@@ -12,7 +12,7 @@ license=(MIT)
 depends=(glibc boost-libs "nghttp2=$pkgver" openssl)
 makedepends=(boost)
 source=(https://github.com/nghttp2/nghttp2/releases/download/v$pkgver/nghttp2-$pkgver.tar.xz)
-sha512sums=('c92e8022ccc876fa311f21bc5bf5af75feff8232efb56a4b2ab198031e974d15b67c16c046188cc76552f75a1b2e7115925d6ce1e42d6f94ae482fe69727466d')
+sha512sums=('eac69ba356870a1cba420a06771082897be8dd40a68f4e04223f41f3d22626e4f5b3766d3dbcc496dd212be01f64c3ac280a2ebddd31dd88f7350c20f56e5d39')

 build() {
   cd nghttp2-$pkgver

riuri commented on 2020-07-29 13:03 (UTC)

Updated to 1.41.0, thanks for the heads-up chn!

chn commented on 2020-07-28 10:08 (UTC)

The package has been outdate. Please update it.

diff --git a/PKGBUILD b/PKGBUILD
index e52c8b3..d59a060 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
 # Contributor: Zhuoyun Wei <wzyboy@wzyboy.org>

 pkgname=libnghttp2_asio
-pkgver=1.39.2
+pkgver=1.41.0
 pkgrel=1
 pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library. ASIO part'
 arch=(x86_64)
 url='https://nghttp2.org/'
 license=(MIT)
-depends=(glibc boost-libs "libnghttp2=$pkgver" openssl)
+depends=(glibc boost-libs "nghttp2=$pkgver" openssl)
 makedepends=(boost)
 source=(https://github.com/nghttp2/nghttp2/releases/download/v$pkgver/nghttp2-$pkgver.tar.xz)
-sha512sums=('d8c971543e3e87736dfafebca55e9ecd0644e304c9731edaccba34170205824476595861a439077289b438ad489dd6008dedf2c6b2c111920300329be1b1bf34')
+sha512sums=('c92e8022ccc876fa311f21bc5bf5af75feff8232efb56a4b2ab198031e974d15b67c16c046188cc76552f75a1b2e7115925d6ce1e42d6f94ae482fe69727466d')

 build() {
   cd nghttp2-$pkgver