summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2019-07-03 11:22:32 +0200
committerMassimiliano Torromeo2019-07-03 11:22:32 +0200
commite50b47d2d839013287eb0f9d32d9f5b8d574bf2d (patch)
treeaebb9ea5bb5eb7d508655e49564877379877b2ca
parentfc0f9521e0869c1f79261f91269cd0b0ba838ea0 (diff)
downloadaur-e50b47d2d839013287eb0f9d32d9f5b8d574bf2d.tar.gz
Updated to 3.2-11
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4402190c5b4a..bc9898fb8310 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = nginx-mainline-mod-geoip2
pkgdesc = GeoIP2 module for mainline nginx
pkgver = 3.2
- pkgrel = 10
+ pkgrel = 11
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.17.0.tar.gz
- source = https://nginx.org/download/nginx-1.17.0.tar.gz.asc
+ source = https://nginx.org/download/nginx-1.17.1.tar.gz
+ source = https://nginx.org/download/nginx-1.17.1.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 = e21b5d06cd53e86afb94f0b3678e0abb0c0f011433471fa3d895cefa65ae0fab
+ sha256sums = 6f1825b4514e601579986035783769c456b888d3facbab78881ed9b58467e73e
sha256sums = SKIP
sha256sums = 15bd1005228cf2c869a6f09e8c41a6aaa6846e4936c473106786ae8ac860fab7
diff --git a/PKGBUILD b/PKGBUILD
index 5288f0a805c4..cae299a210dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-geoip2
pkgver=3.2
-pkgrel=10
+pkgrel=11
_modname="ngx_http_geoip2_module"
-_nginxver=1.17.0
+_nginxver=1.17.1
pkgdesc="GeoIP2 module for mainline nginx"
arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@ validpgpkeys=(
'B0F4253373F8F6F510D42178520A9993A1C052F8' # Maxim Dounin <mdounin@mdounin.ru>
)
-sha256sums=('e21b5d06cd53e86afb94f0b3678e0abb0c0f011433471fa3d895cefa65ae0fab'
+sha256sums=('6f1825b4514e601579986035783769c456b888d3facbab78881ed9b58467e73e'
'SKIP'
'15bd1005228cf2c869a6f09e8c41a6aaa6846e4936c473106786ae8ac860fab7')