summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasato TOYOSHIMA2023-09-29 14:08:04 +0900
committerMasato TOYOSHIMA2023-09-29 14:08:04 +0900
commit46b1ccbbd838acf4f10ec7153244ea262a009695 (patch)
tree83a6b5b053b03fda69520021aaa9cf8f13d1d048
parent8dc6ee440db1dfbf8c813f52074c34160486b129 (diff)
downloadaur-46b1ccbbd838acf4f10ec7153244ea262a009695.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 1dee749e0978..4184d352f314 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 = 1
+ pkgrel = 2
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=daf8f5ba23d8
+ source = hg+https://hg.nginx.org/nginx-quic#revision=3db945fda515
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 b222926071c1..9ba17f7a36bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@
# Contributor: Drew DeVault
_pkgbase=nginx
-_commit=daf8f5ba23d8
+_commit=3db945fda515
pkgbase=nginx-quic
pkgname=(nginx-quic nginx-quic-src)
pkgver=1.25.2
-pkgrel=1
+pkgrel=2
pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, HTTP/3 QUIC branch'
arch=('i686' 'x86_64')
url='https://nginx.org'