[arch-commits] Commit in libnghttp2/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Mar 28 09:53:22 UTC 2020


    Date: Saturday, March 28, 2020 @ 09:53:22
  Author: arojas
Revision: 378592

Update to 1.40.0

Modified:
  libnghttp2/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-28 09:47:53 UTC (rev 378591)
+++ PKGBUILD	2020-03-28 09:53:22 UTC (rev 378592)
@@ -2,8 +2,8 @@
 # Contributor: Zhuoyun Wei <wzyboy at wzyboy.org>
 
 pkgname=libnghttp2
-pkgver=1.39.2
-pkgrel=2
+pkgver=1.40.0
+pkgrel=1
 pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
 arch=(x86_64)
 url='https://nghttp2.org/'
@@ -11,7 +11,7 @@
 depends=(glibc)
 conflicts=('nghttp2<1.20.0-2')
 source=(https://github.com/nghttp2/nghttp2/releases/download/v$pkgver/nghttp2-$pkgver.tar.xz)
-sha512sums=('d8c971543e3e87736dfafebca55e9ecd0644e304c9731edaccba34170205824476595861a439077289b438ad489dd6008dedf2c6b2c111920300329be1b1bf34')
+sha512sums=('3f9b989c4bd9571b11bb9d59fe2dfd5596ba3962babfc836587d5047e780400a6cf46e43c602caa25ca83c03b84a1629953140d45223099b193df54a719745ce')
 
 build() {
   cd nghttp2-$pkgver



More information about the arch-commits mailing list