summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2019-04-02 10:13:00 +0200
committerMassimiliano Torromeo2019-04-02 10:13:00 +0200
commit101f7f5b0e55e4072e5fbf39b498b4d335eb1c40 (patch)
tree2b8a7122b9a4d4f31bd03bacdd77c0d26daee04b
parentd25e763aa4febebd730c3da266c791f03a8567fa (diff)
downloadaur-101f7f5b0e55e4072e5fbf39b498b4d335eb1c40.tar.gz
Updated to 3.2-7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 539bc7aff6aa..f0935fc9cd0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = nginx-mainline-mod-geoip2
pkgdesc = GeoIP2 module for mainline nginx
pkgver = 3.2
- pkgrel = 6
+ pkgrel = 7
url = https://github.com/leev/ngx_http_geoip2_module
arch = i686
arch = x86_64
license = BSD
depends = nginx-mainline
depends = libmaxminddb
- source = https://nginx.org/download/nginx-1.15.9.tar.gz
- source = https://nginx.org/download/nginx-1.15.9.tar.gz.asc
+ source = https://nginx.org/download/nginx-1.15.10.tar.gz
+ source = https://nginx.org/download/nginx-1.15.10.tar.gz.asc
source = https://github.com/leev/ngx_http_geoip2_module/archive/3.2/ngx_http_geoip2_module-3.2.tar.gz
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
- sha256sums = e4cfba989bba614cd53f3f406ac6da9f05977d6b1296e5d20a299f10c2d7ae43
+ sha256sums = b865743abd52bce4745d0f7e7fedde3cafbaaab617b022c105e3e4e456537c3c
sha256sums = SKIP
sha256sums = 15bd1005228cf2c869a6f09e8c41a6aaa6846e4936c473106786ae8ac860fab7
diff --git a/PKGBUILD b/PKGBUILD
index b20811d3f539..27965ff71c6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-geoip2
pkgver=3.2
-pkgrel=6
+pkgrel=7
_modname="ngx_http_geoip2_module"
-_nginxver=1.15.9
+_nginxver=1.15.10
pkgdesc="GeoIP2 module for mainline nginx"
arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@ validpgpkeys=(
'B0F4253373F8F6F510D42178520A9993A1C052F8' # Maxim Dounin <mdounin@mdounin.ru>
)
-sha256sums=('e4cfba989bba614cd53f3f406ac6da9f05977d6b1296e5d20a299f10c2d7ae43'
+sha256sums=('b865743abd52bce4745d0f7e7fedde3cafbaaab617b022c105e3e4e456537c3c'
'SKIP'
'15bd1005228cf2c869a6f09e8c41a6aaa6846e4936c473106786ae8ac860fab7')