summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44930e0d8e8f..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 = 4
+ 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://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 = b33d569a6f11a01433a57ce17e83935e953ad4dc77cdd4d40f896c88ac26eb53
sha256sums = 3ab5e5eaef69ce20c6b170ee64d785b42235f48f2e62b095fca5d7b6672b8b28
pkgname = nginx-libressl
diff --git a/PKGBUILD b/PKGBUILD
index bf62d6264f08..c56bb4955eba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,8 +13,8 @@ _log_path="/var/log/${_pkgname}"
pkgname=nginx-libressl
-pkgver=1.20.2
-pkgrel=4
+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'
+ 'b33d569a6f11a01433a57ce17e83935e953ad4dc77cdd4d40f896c88ac26eb53'
'3ab5e5eaef69ce20c6b170ee64d785b42235f48f2e62b095fca5d7b6672b8b28')