summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasato TOYOSHIMA2023-10-29 05:35:23 +0900
committerMasato TOYOSHIMA2023-10-29 05:35:23 +0900
commit2ac73f869c9208b36ac92582ca53e40146f3bce5 (patch)
tree2722ce6bb6cd2e16746d30559d0cdd1ff21d61f9
parent03022a678bb6795baee1a5a29c9a845b85955c78 (diff)
downloadaur-nginx-quic.tar.gz
version 1.25.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb23f2d9557b..1944f9ec840d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nginx-quic
pkgdesc = Lightweight HTTP server and IMAP/POP3 proxy server, HTTP/3 QUIC branch
- pkgver = 1.25.2
- pkgrel = 4
+ pkgver = 1.25.3
+ pkgrel = 1
url = https://nginx.org
install = nginx.install
arch = i686
@@ -28,7 +28,7 @@ pkgbase = nginx-quic
backup = etc/nginx/uwsgi_params
backup = etc/nginx/win-utf
backup = etc/logrotate.d/nginx
- source = hg+https://hg.nginx.org/nginx-quic#revision=3038bd4d7816
+ source = hg+https://hg.nginx.org/nginx-quic#revision=7ec761f0365f
source = https://cdn.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.7.3.tar.gz
source = service
source = logrotate
@@ -40,7 +40,7 @@ pkgbase = nginx-quic
pkgname = nginx-quic
pkgname = nginx-quic-src
- pkgdesc = Source code of nginx-quic 1.25.2, useful for building modules
+ pkgdesc = Source code of nginx-quic 1.25.3, useful for building modules
arch = any
depends = sh
depends = bash
diff --git a/PKGBUILD b/PKGBUILD
index a6a52072e361..ea8fd8e262f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@
# Contributor: Drew DeVault
_pkgbase=nginx
-_commit=3038bd4d7816
+_commit=7ec761f0365f
pkgbase=nginx-quic
pkgname=(nginx-quic nginx-quic-src)
-pkgver=1.25.2
-pkgrel=4
+pkgver=1.25.3
+pkgrel=1
pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, HTTP/3 QUIC branch'
arch=('i686' 'x86_64')
url='https://nginx.org'