summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2017-04-27 14:04:00 +0200
committerMassimiliano Torromeo2017-04-27 14:04:00 +0200
commitc1ac739d240fa45171bc3fceab8df02a4030bfa2 (patch)
tree324cede86c1c6afccb7a46f208e7fb0ab6c857e0
parente9cbd33a7e3ca1952a20498fca0b562c655aec23 (diff)
downloadaur-c1ac739d240fa45171bc3fceab8df02a4030bfa2.tar.gz
Updated for nginx-mainline 1.13.0
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a51975735ff4..a0a96603d320 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-geoip2
pkgver=2.0
-pkgrel=2
+pkgrel=3
_modname="ngx_http_geoip2_module"
-_nginxver=1.12.0
+_nginxver=1.13.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=('b4222e26fdb620a8d3c3a3a8b955e08b713672e1bc5198d1e4f462308a795b30'
+sha256sums=('79f52ab6550f854e14439369808105b5780079769d7b8db3856be03c683605d7'
'ebb4652c4f9a2e1ee31fddefc4c93ff78e651a4b2727d3453d026bccbd708d99')
build() {