Update to nginx 1.23.1
This commit is contained in:
parent
03f27e3bd4
commit
2b8d4651b8
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = nginx-quic
|
||||
pkgdesc = Lightweight HTTP server and IMAP/POP3 proxy server, HTTP/3 QUIC branch
|
||||
pkgver = 1.23.0
|
||||
pkgver = 1.23.1
|
||||
pkgrel = 1
|
||||
url = https://nginx.org
|
||||
install = nginx.install
|
||||
|
@ -28,8 +28,8 @@ 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=8d0753760546
|
||||
source = git+https://boringssl.googlesource.com/boringssl#commit=1f51cfc7d7f54d2bee30bb5793470ef9c36a5083
|
||||
source = hg+https://hg.nginx.org/nginx-quic#revision=b30bec3d71d6
|
||||
source = git+https://boringssl.googlesource.com/boringssl#commit=557b80f1a3e599459367391540488c132a000d55
|
||||
source = service
|
||||
source = logrotate
|
||||
sha256sums = SKIP
|
||||
|
@ -40,7 +40,7 @@ pkgbase = nginx-quic
|
|||
pkgname = nginx-quic
|
||||
|
||||
pkgname = nginx-quic-src
|
||||
pkgdesc = Source code of nginx-quic 1.23.0, useful for building modules
|
||||
pkgdesc = Source code of nginx-quic 1.23.1, useful for building modules
|
||||
arch = any
|
||||
depends =
|
||||
provides = nginx-src
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -7,7 +7,7 @@
|
|||
_pkgbase=nginx
|
||||
pkgbase=nginx-quic
|
||||
pkgname=(nginx-quic nginx-quic-src)
|
||||
pkgver=1.23.0
|
||||
pkgver=1.23.1
|
||||
pkgrel=1
|
||||
pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, HTTP/3 QUIC branch'
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -27,8 +27,8 @@ backup=('etc/nginx/fastcgi.conf'
|
|||
install=nginx.install
|
||||
provides=('nginx' 'nginx-mainline')
|
||||
conflicts=('nginx')
|
||||
source=("hg+https://hg.nginx.org/nginx-quic#revision=8d0753760546"
|
||||
"git+https://boringssl.googlesource.com/boringssl#commit=1f51cfc7d7f54d2bee30bb5793470ef9c36a5083"
|
||||
source=("hg+https://hg.nginx.org/nginx-quic#revision=b30bec3d71d6"
|
||||
"git+https://boringssl.googlesource.com/boringssl#commit=557b80f1a3e599459367391540488c132a000d55"
|
||||
"service"
|
||||
"logrotate")
|
||||
sha256sums=('SKIP'
|
||||
|
|
Loading…
Reference in a new issue