summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasato TOYOSHIMA2023-10-12 21:01:56 +0900
committerMasato TOYOSHIMA2023-10-12 21:01:56 +0900
commit9cc2fb6618e4eed99d18110d6fd130cfc446dbce (patch)
tree0ba26898acc0181892b219db0d4eb7ed6fc8c701
parent46b1ccbbd838acf4f10ec7153244ea262a009695 (diff)
downloadaur-9cc2fb6618e4eed99d18110d6fd130cfc446dbce.tar.gz
update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4184d352f314..eff826cd9e81 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 = 2
+ pkgrel = 3
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=3db945fda515
+ source = hg+https://hg.nginx.org/nginx-quic#revision=cdda286c0f1b
source = https://cdn.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.7.3.tar.gz
source = service
source = logrotate
diff --git a/PKGBUILD b/PKGBUILD
index 9ba17f7a36bc..767904f78bde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@
# Contributor: Drew DeVault
_pkgbase=nginx
-_commit=3db945fda515
+_commit=cdda286c0f1b
pkgbase=nginx-quic
pkgname=(nginx-quic nginx-quic-src)
pkgver=1.25.2
-pkgrel=2
+pkgrel=3
pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, HTTP/3 QUIC branch'
arch=('i686' 'x86_64')
url='https://nginx.org'