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 a549e713d731..6930d23917b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Wed Mar 28 10:12:40 UTC 2018
+# Mon Apr 23 13:43:04 UTC 2018
pkgbase = nginx-mainline-mod-echo
pkgdesc = Directives "echo", "sleep", "time" and more (module for mainline nginx)
pkgver = 0.61
- pkgrel = 5
+ pkgrel = 6
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.13.10.tar.gz
+ source = https://nginx.org/download/nginx-1.13.12.tar.gz
source = https://github.com/openresty/echo-nginx-module/archive/v0.61/echo-0.61.tar.gz
- sha256sums = 336182104d90be3c40c874f7f06f87dbb357da1dc74ea573ad081a0f29a94885
+ sha256sums = fb92f5602cdb8d3ab1ad47dbeca151b185d62eedb67d347bbe9d79c1438c85de
sha256sums = 2e6a03032555f5da1bdff2ae96c96486f447da3da37c117e0f964ae0753d22aa
pkgname = nginx-mainline-mod-echo
diff --git a/PKGBUILD b/PKGBUILD
index 83de24448ac3..fd4ede880ecc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-echo
pkgver=0.61
-pkgrel=5
+pkgrel=6
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.13.10
+_nginxver=1.13.12
pkgdesc='Directives "echo", "sleep", "time" and more (module for mainline nginx)'
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ source=(
https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
)
-sha256sums=('336182104d90be3c40c874f7f06f87dbb357da1dc74ea573ad081a0f29a94885'
+sha256sums=('fb92f5602cdb8d3ab1ad47dbeca151b185d62eedb67d347bbe9d79c1438c85de'
'2e6a03032555f5da1bdff2ae96c96486f447da3da37c117e0f964ae0753d22aa')
build() {