diff options
author | Denis Proskurin | 2025-02-11 13:49:51 +0300 |
---|---|---|
committer | Denis Proskurin | 2025-02-11 13:49:51 +0300 |
commit | 6bf66c69d83b5a9c87766e55cc07ac34d7f4832e (patch) | |
tree | db7826dd7b037014a090c3a1a1c11f9c7db752ee | |
parent | b1e6d45bb60c5a491b73f777bfecfe942b61e340 (diff) | |
download | aur-6bf66c69d83b5a9c87766e55cc07ac34d7f4832e.tar.gz |
1.27.4
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 9 insertions, 9 deletions
@@ -1,7 +1,7 @@ pkgbase = nginx-quic-libressl pkgdesc = Lightweight HTTP server and IMAP/POP3 proxy server - pkgver = 1.27.3 - pkgrel = 4 + pkgver = 1.27.4 + pkgrel = 1 url = https://nginx.org install = nginx.install arch = i686 @@ -29,11 +29,11 @@ pkgbase = nginx-quic-libressl backup = etc/nginx/uwsgi_params backup = etc/nginx/win-utf backup = etc/logrotate.d/nginx - source = git+https://github.com/nginx/nginx.git#commit=5ab4f32e9de1d0c8523d3a22fc20a3067e20b68d + source = git+https://github.com/nginx/nginx.git#commit=ecb809305e54ed15be9f620d56b19ff4e4be7db5 source = https://cdn.openbsd.org/pub/OpenBSD/LibreSSL/libressl-4.0.0.tar.gz source = service source = logrotate - sha512sums = 2ae2e469529db7f86c28110da2dc4e389dc2eb2f9496bcfcf15761937cff1a18f007ab55bebd2962a677bba9aba64fe31bd6afe51b5f406fb338946f14eddd72 + sha512sums = b139cc0db7601ee3a343805e5b8885f5ce00b27e8307557176e5df163e05deb35bff607c639c9cebbb75a59748422187221e58e02a528074481f22454ed8d483 sha512sums = b5ec6d1f4e3842ecb487f9a67d86db658d05cbe8cd3fcba61172affa8c65c5d0823aa244065a7233f06c669d04a5a36517c02a2d99d2f2da3c4df729ac243b37 sha512sums = ca7d8666177d31b6c4924e9ab44ddf3d5b596b51da04d38da002830b03bd176d49354bbdd2a496617d57f44111ad59833296af87d03ffe3fca6b99327a7b4c3c sha512sums = 8fc2d0d1c4d14b80b82f158adb508bdd65428862cd6197c7b443d4612d0a225b82a4cae8fc76ab49560c97f0bf56427b3f4abc0a598abfa9b25cdd30d1f15a30 @@ -41,7 +41,7 @@ pkgbase = nginx-quic-libressl pkgname = nginx-quic-libressl pkgname = nginx-quic-libressl-src - pkgdesc = Source code of nginx-quic 1.27.3, useful for building modules + pkgdesc = Source code of nginx-quic 1.27.4, useful for building modules arch = any depends = sh depends = bash @@ -6,12 +6,12 @@ # Contributor: Drew DeVault _pkgbase=nginx -_commit=5ab4f32e9de1d0c8523d3a22fc20a3067e20b68d +_commit=ecb809305e54ed15be9f620d56b19ff4e4be7db5 _libressl_ver=4.0.0 pkgbase=nginx-quic-libressl pkgname=($pkgbase $pkgbase-src) -pkgver=1.27.3 -pkgrel=4 +pkgver=1.27.4 +pkgrel=1 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server' arch=('i686' 'x86_64') url='https://nginx.org' @@ -35,7 +35,7 @@ source=("git+https://github.com/nginx/nginx.git#commit=${_commit}" "https://cdn.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${_libressl_ver}.tar.gz" "service" "logrotate") -sha512sums=('2ae2e469529db7f86c28110da2dc4e389dc2eb2f9496bcfcf15761937cff1a18f007ab55bebd2962a677bba9aba64fe31bd6afe51b5f406fb338946f14eddd72' +sha512sums=('b139cc0db7601ee3a343805e5b8885f5ce00b27e8307557176e5df163e05deb35bff607c639c9cebbb75a59748422187221e58e02a528074481f22454ed8d483' 'b5ec6d1f4e3842ecb487f9a67d86db658d05cbe8cd3fcba61172affa8c65c5d0823aa244065a7233f06c669d04a5a36517c02a2d99d2f2da3c4df729ac243b37' 'ca7d8666177d31b6c4924e9ab44ddf3d5b596b51da04d38da002830b03bd176d49354bbdd2a496617d57f44111ad59833296af87d03ffe3fca6b99327a7b4c3c' '8fc2d0d1c4d14b80b82f158adb508bdd65428862cd6197c7b443d4612d0a225b82a4cae8fc76ab49560c97f0bf56427b3f4abc0a598abfa9b25cdd30d1f15a30') |