summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-08-16 14:22:57 +0200
committerMartchus2019-08-16 14:22:57 +0200
commit61c2c016a6723612b0f90415990d29ee77ecd9f4 (patch)
tree1f7f86c2dcc38f66bbf272ace3bd93a2df8b8c08
parente76c77e454e41fd0bff43fc7a12cd14bd8fa8e45 (diff)
downloadaur-61c2c016a6723612b0f90415990d29ee77ecd9f4.tar.gz
Update to NGINX 1.16.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a929b2a4e2b..12d0616c821a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = nginx-mod-accesskey
pkgdesc = Accesskey module for NGINX
pkgver = 2.0.5
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/Martchus/nginx-accesskey
arch = x86_64
license = unknown
- depends = nginx=1.16.0
+ depends = nginx=1.16.1
depends = libutil-linux
- source = https://nginx.org/download/nginx-1.16.0.tar.gz
- source = https://nginx.org/download/nginx-1.16.0.tar.gz.asc
+ source = https://nginx.org/download/nginx-1.16.1.tar.gz
+ source = https://nginx.org/download/nginx-1.16.1.tar.gz.asc
source = nginx-mod-accesskey-2.0.5::https://github.com/Martchus/nginx-accesskey/archive/v2.0.5.tar.gz
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
sha256sums = 4fd376bad78797e7f18094a00f0f1088259326436b537eb5af69b01be2ca1345
diff --git a/PKGBUILD b/PKGBUILD
index 7799cf356f43..9d1a5de631f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=nginx-mod-accesskey
pkgver=2.0.5
-pkgrel=4
+pkgrel=5
_dirname="nginx-accesskey-$pkgver"
-_nginxver=1.16.0
+_nginxver=1.16.1
pkgdesc='Accesskey module for NGINX'
arch=('x86_64')