summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancoism902022-08-23 13:34:54 +0200
committerfrancoism902022-08-23 13:34:54 +0200
commit958772c60b293f742f1f0a9c4c26e4e043671a62 (patch)
tree068e1dab6cacaa5a27a8e095fe8d186a69c1c3af
parentf1c7e27a49a1d7d4f86459d9bd57f7d2233e9150 (diff)
downloadaur-958772c60b293f742f1f0a9c4c26e4e043671a62.tar.gz
Bump package
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfefffd7d9e5..1b05556e12e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nghttp2
pkgdesc = Framing layer of HTTP/2 is implemented as a reusable C library
- pkgver = 1.48.0
+ pkgver = 1.49.0
pkgrel = 1
url = https://nghttp2.org/
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = nghttp2
options = !emptydirs
backup = etc/nghttpx/nghttpx.conf
backup = etc/logrotate.d/nghttpx
- source = https://github.com/nghttp2/nghttp2/releases/download/v1.48.0/nghttp2-1.48.0.tar.xz
- sha512sums = 77c22371290f77e8a538b9efea225d23567cc27cb60b71703cbcb057839b5f117cf50796aa82bf4518f22b38a5773e90a1c273eafff4b17c435ac5858bdf7c6f
+ source = https://github.com/nghttp2/nghttp2/releases/download/v1.49.0/nghttp2-1.49.0.tar.xz
+ sha512sums = 599bc8e52bbe7f5bdfbf493ea2199c4c4bdeb9eac174d4c56b11fb321b11b86e82674bd3c7f60d7ea975ef60eec3f258b5438d1157491cfa23a1b9adccd7948a
pkgname = nghttp2
diff --git a/PKGBUILD b/PKGBUILD
index 5b2bca138aac..e719995445a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Anatol Pomozov
+# Maintainer: francoism90
+# Contributor: Anatol Pomozov
# Contributor: Zhuoyun Wei <wzyboy@wzyboy.org>
pkgname=nghttp2
-pkgver=1.48.0
+pkgver=1.49.0
pkgrel=1
pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
arch=(x86_64)
@@ -16,7 +17,7 @@ backup=(
etc/nghttpx/nghttpx.conf
etc/logrotate.d/nghttpx
)
-sha512sums=('77c22371290f77e8a538b9efea225d23567cc27cb60b71703cbcb057839b5f117cf50796aa82bf4518f22b38a5773e90a1c273eafff4b17c435ac5858bdf7c6f')
+sha512sums=('599bc8e52bbe7f5bdfbf493ea2199c4c4bdeb9eac174d4c56b11fb321b11b86e82674bd3c7f60d7ea975ef60eec3f258b5438d1157491cfa23a1b9adccd7948a')
build() {
cd nghttp2-$pkgver