summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2020-06-02 10:02:10 +0200
committerMassimiliano Torromeo2020-06-02 10:02:10 +0200
commitd00a8560200bbf39d45b0048d081efae1253aa78 (patch)
tree359178fa99ff712ed54b661d2471f23bca5a324c
parent3cf998842d6c6c6f924136d0049498b6091c709d (diff)
downloadaur-d00a8560200bbf39d45b0048d081efae1253aa78.tar.gz
Updated to 3.3-9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f7e03c06ba4..4c5cc9dd9714 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = nginx-mainline-mod-geoip2
pkgdesc = GeoIP2 module for mainline nginx
pkgver = 3.3
- pkgrel = 8
+ pkgrel = 9
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.17.10.tar.gz
- source = https://nginx.org/download/nginx-1.17.10.tar.gz.asc
+ source = https://nginx.org/download/nginx-1.19.0.tar.gz
+ source = https://nginx.org/download/nginx-1.19.0.tar.gz.asc
source = https://github.com/leev/ngx_http_geoip2_module/archive/3.3/ngx_http_geoip2_module-3.3.tar.gz
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
- sha256sums = a9aa73f19c352a6b166d78e2a664bb3ef1295bbe6d3cc5aa7404bd4664ab4b83
+ sha256sums = 44a616171fcd7d7ad7c6af3e6f3ad0879b54db5a5d21be874cd458b5691e36c8
sha256sums = SKIP
sha256sums = 41378438c833e313a18869d0c4a72704b4835c30acaf7fd68013ab6732ff78a7
diff --git a/PKGBUILD b/PKGBUILD
index 0e36075f2769..8291769f42c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-geoip2
pkgver=3.3
-pkgrel=8
+pkgrel=9
_modname="ngx_http_geoip2_module"
-_nginxver=1.17.10
+_nginxver=1.19.0
pkgdesc="GeoIP2 module for mainline nginx"
arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@ validpgpkeys=(
'B0F4253373F8F6F510D42178520A9993A1C052F8' # Maxim Dounin <mdounin@mdounin.ru>
)
-sha256sums=('a9aa73f19c352a6b166d78e2a664bb3ef1295bbe6d3cc5aa7404bd4664ab4b83'
+sha256sums=('44a616171fcd7d7ad7c6af3e6f3ad0879b54db5a5d21be874cd458b5691e36c8'
'SKIP'
'41378438c833e313a18869d0c4a72704b4835c30acaf7fd68013ab6732ff78a7')