upg libnghttp2

This commit is contained in:
joborun linux 2023-09-04 18:10:34 +03:00
parent 9b1933a2a0
commit cf27320c6d
2 changed files with 5 additions and 5 deletions

View file

@ -6,7 +6,7 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=libnghttp2
pkgver=1.55.1
pkgver=1.56.0
pkgrel=01
pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
url='https://nghttp2.org/'
@ -14,7 +14,7 @@ depends=(glibc)
makedepends=('automake' 'autoconf' 'git')
conflicts=('nghttp2<1.20.0-2')
#source=(https://github.com/nghttp2/nghttp2/releases/download/v$pkgver/nghttp2-$pkgver.tar.xz)
_tag='85304007a6802bbb4067a1fc27e7325a4c82f06b' # git rev-parse v${pkgver}
_tag='a1d5296e5114eac3801f9c12a5f5a698ff97abdb' # git rev-parse v${pkgver}
source=("git+https://github.com/nghttp2/nghttp2.git#tag=${_tag}?signed")
prepare() {
@ -58,4 +58,4 @@ validpgpkeys=('F4F3B91474D1EB29889BD0EF7E8403D5D673C366') # Tatsuhiro Tsujikawa
sha256sums=(SKIP)
## 2f60b785511ba17acbe2222a78fb97825cdc1c0d57510d704afc9b260f22771d libnghttp2-1.55.1-01-x86_64.pkg.tar.lz
## 2a798971082279e4e1d65c0d5bd9a33630942564285aab7c6b1a9396136d9958 libnghttp2-1.56.0-01-x86_64.pkg.tar.lz

View file

@ -2,8 +2,8 @@
# Contributor: Zhuoyun Wei <wzyboy@wzyboy.org>
pkgname=libnghttp2
_tag='85304007a6802bbb4067a1fc27e7325a4c82f06b' # git rev-parse v${pkgver}
pkgver=1.55.1
_tag='a1d5296e5114eac3801f9c12a5f5a698ff97abdb' # git rev-parse v${pkgver}
pkgver=1.56.0
pkgrel=1
pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
arch=('x86_64')