summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2018-07-31 18:09:40 +0200
committerMassimiliano Torromeo2018-07-31 18:09:40 +0200
commit3e9800811f923f145cf142aa1a9beffa77a0bde2 (patch)
treea69a9f5899df9c258e37713db083d3452173d783
parentfda27ee669789c003e7333a235135e3d1b92bf90 (diff)
downloadaur-3e9800811f923f145cf142aa1a9beffa77a0bde2.tar.gz
Updated to 2.0-15
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ebd0a56aa86..9a8d26542fe9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,18 @@
+# Generated by mksrcinfo v8
+# Tue Jul 31 16:09:40 UTC 2018
pkgbase = nginx-mainline-mod-geoip2
pkgdesc = GeoIP2 module for mainline nginx
pkgver = 2.0
- pkgrel = 14
+ pkgrel = 15
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.1.tar.gz
+ source = https://nginx.org/download/nginx-1.15.2.tar.gz
source = https://github.com/leev/ngx_http_geoip2_module/archive/2.0/ngx_http_geoip2_module-2.0.tar.gz
- sha256sums = c7206858d7f832b8ef73a45c9b8f8e436bcb1ee88db2bc85b8e438ecec9d5460
+ sha256sums = eeba09aecfbe8277ac33a5a2486ec2d6731739f3c1c701b42a0c3784af67ad90
sha256sums = ebb4652c4f9a2e1ee31fddefc4c93ff78e651a4b2727d3453d026bccbd708d99
pkgname = nginx-mainline-mod-geoip2
diff --git a/PKGBUILD b/PKGBUILD
index cf66e47c3c55..705281c0babc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-geoip2
pkgver=2.0
-pkgrel=14
+pkgrel=15
_modname="ngx_http_geoip2_module"
-_nginxver=1.15.1
+_nginxver=1.15.2
pkgdesc="GeoIP2 module for mainline nginx"
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ source=(
https://github.com/leev/ngx_http_geoip2_module/archive/$pkgver/$_modname-$pkgver.tar.gz
)
-sha256sums=('c7206858d7f832b8ef73a45c9b8f8e436bcb1ee88db2bc85b8e438ecec9d5460'
+sha256sums=('eeba09aecfbe8277ac33a5a2486ec2d6731739f3c1c701b42a0c3784af67ad90'
'ebb4652c4f9a2e1ee31fddefc4c93ff78e651a4b2727d3453d026bccbd708d99')
build() {