summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2018-07-09 11:06:53 +0200
committerMassimiliano Torromeo2018-07-09 11:06:53 +0200
commit1c36eb9fffd166dd33500b151cf6da5124b87154 (patch)
tree5f942d9f81ceb45f342e98b72abc28eef412e8a3
parent8c8e0c72cf68c09b457f94ec58083140201e1b9e (diff)
downloadaur-1c36eb9fffd166dd33500b151cf6da5124b87154.tar.gz
Updated to 0.61-8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a935bed44feb..8d6c4d695b95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,15 @@
-# Generated by mksrcinfo v8
-# 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 = 7
+ pkgrel = 8
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.0.tar.gz
+ source = https://nginx.org/download/nginx-1.15.1.tar.gz
source = https://github.com/openresty/echo-nginx-module/archive/v0.61/echo-0.61.tar.gz
- sha256sums = b0b58c9a3fd73aa8b89edf5cfadc6641a352e0e6d3071db1eb3215d72b7fb516
+ sha256sums = c7206858d7f832b8ef73a45c9b8f8e436bcb1ee88db2bc85b8e438ecec9d5460
sha256sums = 2e6a03032555f5da1bdff2ae96c96486f447da3da37c117e0f964ae0753d22aa
pkgname = nginx-mainline-mod-echo
diff --git a/PKGBUILD b/PKGBUILD
index 31c02f676520..429e08399be1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-echo
pkgver=0.61
-pkgrel=7
+pkgrel=8
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.15.0
+_nginxver=1.15.1
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=('b0b58c9a3fd73aa8b89edf5cfadc6641a352e0e6d3071db1eb3215d72b7fb516'
+sha256sums=('c7206858d7f832b8ef73a45c9b8f8e436bcb1ee88db2bc85b8e438ecec9d5460'
'2e6a03032555f5da1bdff2ae96c96486f447da3da37c117e0f964ae0753d22aa')
build() {