summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2019-11-11 12:42:20 +0100
committerMassimiliano Torromeo2019-11-11 12:42:20 +0100
commit1f748aba878c1da610dea5b398c7b7bf277c35ab (patch)
treed769942b238c3ac165a059df502992771fa7837b
parent5b2873a2f017617423fb2b62d7e0e455673be8e2 (diff)
downloadaur-1f748aba878c1da610dea5b398c7b7bf277c35ab.tar.gz
Updated to 3.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a1704e471e5..e316b0c6d4c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nginx-mainline-mod-geoip2
pkgdesc = GeoIP2 module for mainline nginx
- pkgver = 3.2
- pkgrel = 13
+ pkgver = 3.3
+ pkgrel = 1
url = https://github.com/leev/ngx_http_geoip2_module
arch = i686
arch = x86_64
@@ -10,11 +10,11 @@ pkgbase = nginx-mainline-mod-geoip2
depends = libmaxminddb
source = https://nginx.org/download/nginx-1.17.4.tar.gz
source = https://nginx.org/download/nginx-1.17.4.tar.gz.asc
- source = https://github.com/leev/ngx_http_geoip2_module/archive/3.2/ngx_http_geoip2_module-3.2.tar.gz
+ source = https://github.com/leev/ngx_http_geoip2_module/archive/3.3/ngx_http_geoip2_module-3.3.tar.gz
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
sha256sums = 62854b365e66670ef4f1f8cc79124f914551444da974207cd5fe22d85710e555
sha256sums = SKIP
- sha256sums = 15bd1005228cf2c869a6f09e8c41a6aaa6846e4936c473106786ae8ac860fab7
+ sha256sums = 41378438c833e313a18869d0c4a72704b4835c30acaf7fd68013ab6732ff78a7
pkgname = nginx-mainline-mod-geoip2
diff --git a/PKGBUILD b/PKGBUILD
index 15ff18412d2e..18df1ef66e9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=nginx-mainline-mod-geoip2
-pkgver=3.2
-pkgrel=13
+pkgver=3.3
+pkgrel=1
_modname="ngx_http_geoip2_module"
_nginxver=1.17.4
@@ -24,7 +24,7 @@ validpgpkeys=(
sha256sums=('62854b365e66670ef4f1f8cc79124f914551444da974207cd5fe22d85710e555'
'SKIP'
- '15bd1005228cf2c869a6f09e8c41a6aaa6846e4936c473106786ae8ac860fab7')
+ '41378438c833e313a18869d0c4a72704b4835c30acaf7fd68013ab6732ff78a7')
build() {
cd "$srcdir"/nginx-$_nginxver