summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2019-04-24 10:01:36 +0200
committerMassimiliano Torromeo2019-04-24 10:01:36 +0200
commit150e0c2e676c2e2cfc5f66128600725353be96c8 (patch)
tree39a516ba18b7597ffaa1800711e9f4ed8325a832
parent5531cdb2cde49bdf3a11e4b0beaa68ea9df19fa9 (diff)
downloadaur-150e0c2e676c2e2cfc5f66128600725353be96c8.tar.gz
Updated to 3.2-9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 379c117cf426..8cadc377a863 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = nginx-mainline-mod-geoip2
pkgdesc = GeoIP2 module for mainline nginx
pkgver = 3.2
- pkgrel = 8
+ pkgrel = 9
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.11.tar.gz
- source = https://nginx.org/download/nginx-1.15.11.tar.gz.asc
+ source = https://nginx.org/download/nginx-1.15.12.tar.gz
+ source = https://nginx.org/download/nginx-1.15.12.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 = d5eb2685e2ebe8a9d048b07222ffdab50e6ff6245919eebc2482c1f388e3f8ad
+ sha256sums = 3d5b90aa17de1700709ae4ec6c4d73d87c888b06c510391bf7104b006fdb2abe
sha256sums = SKIP
sha256sums = 15bd1005228cf2c869a6f09e8c41a6aaa6846e4936c473106786ae8ac860fab7
diff --git a/PKGBUILD b/PKGBUILD
index 86fa86ee1acb..866e308206cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-geoip2
pkgver=3.2
-pkgrel=8
+pkgrel=9
_modname="ngx_http_geoip2_module"
-_nginxver=1.15.11
+_nginxver=1.15.12
pkgdesc="GeoIP2 module for mainline nginx"
arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@ validpgpkeys=(
'B0F4253373F8F6F510D42178520A9993A1C052F8' # Maxim Dounin <mdounin@mdounin.ru>
)
-sha256sums=('d5eb2685e2ebe8a9d048b07222ffdab50e6ff6245919eebc2482c1f388e3f8ad'
+sha256sums=('3d5b90aa17de1700709ae4ec6c4d73d87c888b06c510391bf7104b006fdb2abe'
'SKIP'
'15bd1005228cf2c869a6f09e8c41a6aaa6846e4936c473106786ae8ac860fab7')