summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2019-04-12 09:45:36 +0200
committerMassimiliano Torromeo2019-04-12 09:45:36 +0200
commit5531cdb2cde49bdf3a11e4b0beaa68ea9df19fa9 (patch)
treec53ef1a01979da10af86a8ba19dca64719379652
parent101f7f5b0e55e4072e5fbf39b498b4d335eb1c40 (diff)
downloadaur-5531cdb2cde49bdf3a11e4b0beaa68ea9df19fa9.tar.gz
Updated to 3.2-8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0935fc9cd0d..379c117cf426 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = nginx-mainline-mod-geoip2
pkgdesc = GeoIP2 module for mainline nginx
pkgver = 3.2
- pkgrel = 7
+ pkgrel = 8
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.10.tar.gz
- source = https://nginx.org/download/nginx-1.15.10.tar.gz.asc
+ source = https://nginx.org/download/nginx-1.15.11.tar.gz
+ source = https://nginx.org/download/nginx-1.15.11.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 = b865743abd52bce4745d0f7e7fedde3cafbaaab617b022c105e3e4e456537c3c
+ sha256sums = d5eb2685e2ebe8a9d048b07222ffdab50e6ff6245919eebc2482c1f388e3f8ad
sha256sums = SKIP
sha256sums = 15bd1005228cf2c869a6f09e8c41a6aaa6846e4936c473106786ae8ac860fab7
diff --git a/PKGBUILD b/PKGBUILD
index 27965ff71c6f..86fa86ee1acb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-geoip2
pkgver=3.2
-pkgrel=7
+pkgrel=8
_modname="ngx_http_geoip2_module"
-_nginxver=1.15.10
+_nginxver=1.15.11
pkgdesc="GeoIP2 module for mainline nginx"
arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@ validpgpkeys=(
'B0F4253373F8F6F510D42178520A9993A1C052F8' # Maxim Dounin <mdounin@mdounin.ru>
)
-sha256sums=('b865743abd52bce4745d0f7e7fedde3cafbaaab617b022c105e3e4e456537c3c'
+sha256sums=('d5eb2685e2ebe8a9d048b07222ffdab50e6ff6245919eebc2482c1f388e3f8ad'
'SKIP'
'15bd1005228cf2c869a6f09e8c41a6aaa6846e4936c473106786ae8ac860fab7')