summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2018-10-30 12:22:23 +0100
committerMassimiliano Torromeo2018-10-30 12:22:23 +0100
commitda7be2d613b6f51a6bffda132ec5fe1787fd910e (patch)
tree80eca3823276d41cb7175a7a234da559a9b06cdc
parent1558bbc6b45ecd352c50fb95c8031be82fce5f21 (diff)
downloadaur-da7be2d613b6f51a6bffda132ec5fe1787fd910e.tar.gz
Updated to 0.61-13
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28bf2ef22722..14a509e6a0aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = nginx-mainline-mod-echo
pkgdesc = Directives "echo", "sleep", "time" and more (module for mainline nginx)
pkgver = 0.61
- pkgrel = 12
+ pkgrel = 13
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.15.4.tar.gz
+ source = https://nginx.org/download/nginx-1.15.5.tar.gz
source = https://github.com/openresty/echo-nginx-module/archive/v0.61/echo-0.61.tar.gz
- sha256sums = 3324776c800d974ceae8797ab9102ca26a8c3656f5c6fb3f31f2cb1e719458e7
+ sha256sums = 1a3a889a8f14998286de3b14cc1dd5b2747178e012d6d480a18aa413985dae6f
sha256sums = 2e6a03032555f5da1bdff2ae96c96486f447da3da37c117e0f964ae0753d22aa
pkgname = nginx-mainline-mod-echo
diff --git a/PKGBUILD b/PKGBUILD
index 403779468d28..f6ab94d260f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-echo
pkgver=0.61
-pkgrel=12
+pkgrel=13
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.15.4
+_nginxver=1.15.5
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=('3324776c800d974ceae8797ab9102ca26a8c3656f5c6fb3f31f2cb1e719458e7'
+sha256sums=('1a3a889a8f14998286de3b14cc1dd5b2747178e012d6d480a18aa413985dae6f'
'2e6a03032555f5da1bdff2ae96c96486f447da3da37c117e0f964ae0753d22aa')
build() {