summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2018-12-17 09:38:42 +0100
committerMassimiliano Torromeo2018-12-17 09:38:42 +0100
commita74035a5c1d16c8fc751dbc1095c3bb0b5857071 (patch)
tree6e8b0c637d3f3210b4b4580aea50ef1103fcc338
parent2806a026f30c3617a35603f82f9c824f28e40749 (diff)
downloadaur-a74035a5c1d16c8fc751dbc1095c3bb0b5857071.tar.gz
Updated to 3.2-4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f84b4831fe2..27946057d1ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = nginx-mainline-mod-geoip2
pkgdesc = GeoIP2 module for mainline nginx
pkgver = 3.2
- pkgrel = 3
+ pkgrel = 4
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.6.tar.gz
- source = https://nginx.org/download/nginx-1.15.6.tar.gz.asc
+ source = https://nginx.org/download/nginx-1.15.7.tar.gz
+ source = https://nginx.org/download/nginx-1.15.7.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 = a3d8c67c2035808c7c0d475fffe263db8c353b11521aa7ade468b780ed826cc6
+ sha256sums = 8f22ea2f6c0e0a221b6ddc02b6428a3ff708e2ad55f9361102b1c9f4142bdf93
sha256sums = SKIP
sha256sums = 15bd1005228cf2c869a6f09e8c41a6aaa6846e4936c473106786ae8ac860fab7
diff --git a/PKGBUILD b/PKGBUILD
index 216c749ad02c..1823ae76fc4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-geoip2
pkgver=3.2
-pkgrel=3
+pkgrel=4
_modname="ngx_http_geoip2_module"
-_nginxver=1.15.6
+_nginxver=1.15.7
pkgdesc="GeoIP2 module for mainline nginx"
arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@ validpgpkeys=(
'B0F4253373F8F6F510D42178520A9993A1C052F8' # Maxim Dounin <mdounin@mdounin.ru>
)
-sha256sums=('a3d8c67c2035808c7c0d475fffe263db8c353b11521aa7ade468b780ed826cc6'
+sha256sums=('8f22ea2f6c0e0a221b6ddc02b6428a3ff708e2ad55f9361102b1c9f4142bdf93'
'SKIP'
'15bd1005228cf2c869a6f09e8c41a6aaa6846e4936c473106786ae8ac860fab7')