summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHiro Protagonist2022-05-27 01:56:01 -0400
committerHiro Protagonist2022-05-27 01:56:01 -0400
commit0702a700b6fa506acba0114e3cd4951ce09c1461 (patch)
treec0599225af15d9602daa61d7bab1b4966d634e3b
parentd8a7c1d4deb8c89047cc3afa94431f732d5b41c7 (diff)
downloadaur-0702a700b6fa506acba0114e3cd4951ce09c1461.tar.gz
bump to nginx 1.22.0 (stable) and libressl 3.5.3
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5fad8d481cf..8d807cfe4d2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nginx-libressl
pkgdesc = lightweight HTTP server, statically linked against LibreSSL.
- pkgver = 1.20.2
- pkgrel = 3
+ pkgver = 1.22.0
+ pkgrel = 1
url = http://nginx.org
arch = i686
arch = x86_64
@@ -34,12 +34,12 @@ pkgbase = nginx-libressl
source = nginx.conf
source = nginx.logrotate
source = nginx.service
- source = http://nginx.org/download/nginx-1.20.2.tar.gz
- source = http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.5.1.tar.gz
+ source = http://nginx.org/download/nginx-1.22.0.tar.gz
+ source = http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.5.3.tar.gz
sha256sums = 8d8e314da10411b29157066ea313fc080a145d2075df0c99a1d500ffc7e8b7d1
sha256sums = adcf6507abb2d4edbc50bd92f498ba297927eed0460d71633df94f79637aa786
sha256sums = 225228970d779e1403ba4314e3cd8d0d7d16f8c6d48d7a22f8384db040eb0bdf
- sha256sums = 958876757782190a1653e14dc26dfc7ba263de310e04c113e11e97d1bef45a42
- sha256sums = a7d0026f67622275ec8f8239ded422a653d5ccc84df55dea2acd406017185608
+ sha256sums = b33d569a6f11a01433a57ce17e83935e953ad4dc77cdd4d40f896c88ac26eb53
+ sha256sums = 3ab5e5eaef69ce20c6b170ee64d785b42235f48f2e62b095fca5d7b6672b8b28
pkgname = nginx-libressl
diff --git a/PKGBUILD b/PKGBUILD
index 25b26e39978f..c56bb4955eba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,9 +13,9 @@ _log_path="/var/log/${_pkgname}"
pkgname=nginx-libressl
-pkgver=1.20.2
-pkgrel=3
-librever=3.5.1
+pkgver=1.22.0
+pkgrel=1
+librever=3.5.3
pkgdesc="lightweight HTTP server, statically linked against LibreSSL."
arch=('i686' 'x86_64')
@@ -100,5 +100,5 @@ package() {
sha256sums=('8d8e314da10411b29157066ea313fc080a145d2075df0c99a1d500ffc7e8b7d1'
'adcf6507abb2d4edbc50bd92f498ba297927eed0460d71633df94f79637aa786'
'225228970d779e1403ba4314e3cd8d0d7d16f8c6d48d7a22f8384db040eb0bdf'
- '958876757782190a1653e14dc26dfc7ba263de310e04c113e11e97d1bef45a42'
- 'a7d0026f67622275ec8f8239ded422a653d5ccc84df55dea2acd406017185608')
+ 'b33d569a6f11a01433a57ce17e83935e953ad4dc77cdd4d40f896c88ac26eb53'
+ '3ab5e5eaef69ce20c6b170ee64d785b42235f48f2e62b095fca5d7b6672b8b28')