summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2018-06-08 17:08:47 +0200
committerMassimiliano Torromeo2018-06-08 17:08:47 +0200
commit8c8e0c72cf68c09b457f94ec58083140201e1b9e (patch)
tree16662a97a15cf3b5f29ecceb9f0497f0581af4f9
parent95f7ea5e61c42502ad25923d27b1528cd4bc9432 (diff)
downloadaur-8c8e0c72cf68c09b457f94ec58083140201e1b9e.tar.gz
Updated to 0.61-7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6930d23917b7..a935bed44feb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Mon Apr 23 13:43:04 UTC 2018
+# Fri Jun 8 15:08:47 UTC 2018
pkgbase = nginx-mainline-mod-echo
pkgdesc = Directives "echo", "sleep", "time" and more (module for mainline nginx)
pkgver = 0.61
- pkgrel = 6
+ pkgrel = 7
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.12.tar.gz
+ source = https://nginx.org/download/nginx-1.15.0.tar.gz
source = https://github.com/openresty/echo-nginx-module/archive/v0.61/echo-0.61.tar.gz
- sha256sums = fb92f5602cdb8d3ab1ad47dbeca151b185d62eedb67d347bbe9d79c1438c85de
+ sha256sums = b0b58c9a3fd73aa8b89edf5cfadc6641a352e0e6d3071db1eb3215d72b7fb516
sha256sums = 2e6a03032555f5da1bdff2ae96c96486f447da3da37c117e0f964ae0753d22aa
pkgname = nginx-mainline-mod-echo
diff --git a/PKGBUILD b/PKGBUILD
index fd4ede880ecc..31c02f676520 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-echo
pkgver=0.61
-pkgrel=6
+pkgrel=7
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.13.12
+_nginxver=1.15.0
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=('fb92f5602cdb8d3ab1ad47dbeca151b185d62eedb67d347bbe9d79c1438c85de'
+sha256sums=('b0b58c9a3fd73aa8b89edf5cfadc6641a352e0e6d3071db1eb3215d72b7fb516'
'2e6a03032555f5da1bdff2ae96c96486f447da3da37c117e0f964ae0753d22aa')
build() {