summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2020-06-02 10:01:43 +0200
committerMassimiliano Torromeo2020-06-02 10:01:43 +0200
commit8d35641f3f4fbb6b8d5e677009c9b1d8805d9e34 (patch)
tree53c6069cf0e90f4ec5ff688c792e2651df88b6d0
parent232b707a612f213a28bb37813f2ee47e2c38139a (diff)
downloadaur-8d35641f3f4fbb6b8d5e677009c9b1d8805d9e34.tar.gz
Updated to 0.61-33
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24e9e705cccd..dbb3c19cc92d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = nginx-mainline-mod-echo
pkgdesc = Directives "echo", "sleep", "time" and more (module for mainline nginx)
pkgver = 0.61
- pkgrel = 32
+ pkgrel = 33
url = https://github.com/openresty/echo-nginx-module
arch = i686
arch = x86_64
license = BSD
depends = nginx-mainline
- source = https://nginx.org/download/nginx-1.17.10.tar.gz
- source = https://nginx.org/download/nginx-1.17.10.tar.gz.asc
+ source = https://nginx.org/download/nginx-1.19.0.tar.gz
+ source = https://nginx.org/download/nginx-1.19.0.tar.gz.asc
source = https://github.com/openresty/echo-nginx-module/archive/v0.61/echo-0.61.tar.gz
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
- sha256sums = a9aa73f19c352a6b166d78e2a664bb3ef1295bbe6d3cc5aa7404bd4664ab4b83
+ sha256sums = 44a616171fcd7d7ad7c6af3e6f3ad0879b54db5a5d21be874cd458b5691e36c8
sha256sums = SKIP
sha256sums = 2e6a03032555f5da1bdff2ae96c96486f447da3da37c117e0f964ae0753d22aa
diff --git a/PKGBUILD b/PKGBUILD
index 49546a113258..7db0ed667a5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-echo
pkgver=0.61
-pkgrel=32
+pkgrel=33
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.17.10
+_nginxver=1.19.0
pkgdesc='Directives "echo", "sleep", "time" and more (module for mainline nginx)'
arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@ validpgpkeys=(
'B0F4253373F8F6F510D42178520A9993A1C052F8' # Maxim Dounin <mdounin@mdounin.ru>
)
-sha256sums=('a9aa73f19c352a6b166d78e2a664bb3ef1295bbe6d3cc5aa7404bd4664ab4b83'
+sha256sums=('44a616171fcd7d7ad7c6af3e6f3ad0879b54db5a5d21be874cd458b5691e36c8'
'SKIP'
'2e6a03032555f5da1bdff2ae96c96486f447da3da37c117e0f964ae0753d22aa')