summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2017-04-13 11:55:16 +0200
committerMassimiliano Torromeo2017-04-13 11:55:16 +0200
commite9cbd33a7e3ca1952a20498fca0b562c655aec23 (patch)
tree92bfcb837e5ca336f86cb49628e7aab75db9b808
parent7795974b80ef8c84e0431e8c4b6442dfdf0350d8 (diff)
downloadaur-e9cbd33a7e3ca1952a20498fca0b562c655aec23.tar.gz
Updated for nginx 1.12.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8702983dffd..72867fcbaa2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Thu Apr 6 10:39:50 UTC 2017
+# Thu Apr 13 09:55:16 UTC 2017
pkgbase = nginx-mainline-mod-geoip2
pkgdesc = GeoIP2 module for mainline nginx
pkgver = 2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/leev/ngx_http_geoip2_module
arch = i686
arch = x86_64
license = BSD
depends = nginx-mainline
depends = libmaxminddb
- source = http://nginx.org/download/nginx-1.11.10.tar.gz
+ source = http://nginx.org/download/nginx-1.12.0.tar.gz
source = https://github.com/leev/ngx_http_geoip2_module/archive/2.0/ngx_http_geoip2_module-2.0.tar.gz
- sha256sums = 778b3cabb07633f754cd9dee32fc8e22582bce22bfa407be76a806abd935533d
+ sha256sums = b4222e26fdb620a8d3c3a3a8b955e08b713672e1bc5198d1e4f462308a795b30
sha256sums = ebb4652c4f9a2e1ee31fddefc4c93ff78e651a4b2727d3453d026bccbd708d99
pkgname = nginx-mainline-mod-geoip2
diff --git a/PKGBUILD b/PKGBUILD
index 0249ffb2e0db..a51975735ff4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-geoip2
pkgver=2.0
-pkgrel=1
+pkgrel=2
_modname="ngx_http_geoip2_module"
-_nginxver=1.11.10
+_nginxver=1.12.0
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=('778b3cabb07633f754cd9dee32fc8e22582bce22bfa407be76a806abd935533d'
+sha256sums=('b4222e26fdb620a8d3c3a3a8b955e08b713672e1bc5198d1e4f462308a795b30'
'ebb4652c4f9a2e1ee31fddefc4c93ff78e651a4b2727d3453d026bccbd708d99')
build() {