summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2020-01-25 11:50:52 +0100
committerMassimiliano Torromeo2020-01-25 11:50:52 +0100
commit903fe946fbb7638c96872611735a816ccf037484 (patch)
tree49b921e4d20d9da8aa911b3075d2ff5da1317eb1
parent60ba5a89a8a943256353b92dd5233e8e33d7038f (diff)
downloadaur-903fe946fbb7638c96872611735a816ccf037484.tar.gz
Updated to 0.61-29
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79a97ddb0e31..bc16a10a4567 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 = 28
+ pkgrel = 29
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.7.tar.gz
- source = https://nginx.org/download/nginx-1.17.7.tar.gz.asc
+ source = https://nginx.org/download/nginx-1.17.8.tar.gz
+ source = https://nginx.org/download/nginx-1.17.8.tar.gz.asc
source = https://github.com/openresty/echo-nginx-module/archive/v0.61/echo-0.61.tar.gz
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
- sha256sums = b62756842807e5693b794e5d0ae289bd8ae5b098e66538b2a91eb80f25c591ff
+ sha256sums = 97d23ecf6d5150b30e284b40e8a6f7e3bb5be6b601e373a4d013768d5a25965b
sha256sums = SKIP
sha256sums = 2e6a03032555f5da1bdff2ae96c96486f447da3da37c117e0f964ae0753d22aa
diff --git a/PKGBUILD b/PKGBUILD
index cd5e53fccfd6..49910fd69d5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-echo
pkgver=0.61
-pkgrel=28
+pkgrel=29
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.17.7
+_nginxver=1.17.8
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=('b62756842807e5693b794e5d0ae289bd8ae5b098e66538b2a91eb80f25c591ff'
+sha256sums=('97d23ecf6d5150b30e284b40e8a6f7e3bb5be6b601e373a4d013768d5a25965b'
'SKIP'
'2e6a03032555f5da1bdff2ae96c96486f447da3da37c117e0f964ae0753d22aa')