diff --git a/nginx-current/APKBUILD b/nginx-current/APKBUILD index b8c4b3a..0508e45 100644 --- a/nginx-current/APKBUILD +++ b/nginx-current/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: psykose pkgname=nginx-current pkgver=1.25.0 -pkgrel=0 +pkgrel=1 pkgdesc="HTTP and reverse proxy server (current version)" url="https://www.nginx.org/" arch="aarch64 x86_64" @@ -108,6 +108,7 @@ build() { \ --with-http_ssl_module \ --with-http_v2_module \ + --with-http_v3_module \ --with-http_realip_module \ --with-http_addition_module \ --with-http_sub_module \