summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd322211e06c..72be2f602c19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
# Generated by mksrcinfo v8
-# Thu Apr 27 12:03:40 UTC 2017
+# Mon Jun 12 15:17:23 UTC 2017
pkgbase = nginx-mainline-mod-echo
pkgdesc = Directives "echo", "sleep", "time" and more (module for mainline nginx)
pkgver = 0.60
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/openresty/echo-nginx-module
arch = i686
arch = x86_64
license = BSD
depends = nginx-mainline
- source = http://nginx.org/download/nginx-1.13.0.tar.gz
+ source = http://nginx.org/download/nginx-1.13.1.tar.gz
source = https://github.com/openresty/echo-nginx-module/archive/v0.60/echo-0.60.tar.gz
source = nginx-mainline-mod-echo-nginx-1.12.patch::https://patch-diff.githubusercontent.com/raw/openresty/echo-nginx-module/pull/65.patch
- sha256sums = 79f52ab6550f854e14439369808105b5780079769d7b8db3856be03c683605d7
+ sha256sums = a5856c72a6609a4dc68c88a7f3c33b79e6693343b62952e021e043fe347b6776
sha256sums = 1077da2229ac7d0a0215e9e6817e297c10697e095010d88f1adbd1add1ce9f4e
- sha256sums = cab48c257748e5576a5a6c86965f8ff36d6a36b845d1e9c81f3d2cc0151737c4
+ sha256sums = 1d2cb5f3977cd6ee0a5ae5958ac4cca79cf5ecc097e68b72cf03a2e9f48e51ed
pkgname = nginx-mainline-mod-echo
diff --git a/PKGBUILD b/PKGBUILD
index 21588e3661e2..12648f190a2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-echo
pkgver=0.60
-pkgrel=3
+pkgrel=4
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.13.0
+_nginxver=1.13.1
pkgdesc='Directives "echo", "sleep", "time" and more (module for mainline nginx)'
arch=('i686' 'x86_64')
@@ -19,9 +19,9 @@ source=(
$pkgname-nginx-1.12.patch::https://patch-diff.githubusercontent.com/raw/openresty/echo-nginx-module/pull/65.patch
)
-sha256sums=('79f52ab6550f854e14439369808105b5780079769d7b8db3856be03c683605d7'
+sha256sums=('a5856c72a6609a4dc68c88a7f3c33b79e6693343b62952e021e043fe347b6776'
'1077da2229ac7d0a0215e9e6817e297c10697e095010d88f1adbd1add1ce9f4e'
- 'cab48c257748e5576a5a6c86965f8ff36d6a36b845d1e9c81f3d2cc0151737c4')
+ '1d2cb5f3977cd6ee0a5ae5958ac4cca79cf5ecc097e68b72cf03a2e9f48e51ed')
prepare() {
cd $_modname-nginx-module-$pkgver