summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMassimiliano Torromeo2017-04-13 11:55:16 +0200
committerMassimiliano Torromeo2017-04-13 11:55:16 +0200
commite9cbd33a7e3ca1952a20498fca0b562c655aec23 (patch)
tree92bfcb837e5ca336f86cb49628e7aab75db9b808 /PKGBUILD
parent7795974b80ef8c84e0431e8c4b6442dfdf0350d8 (diff)
downloadaur-e9cbd33a7e3ca1952a20498fca0b562c655aec23.tar.gz
Updated for nginx 1.12.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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() {