summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2020-03-09 09:53:56 +0100
committerMassimiliano Torromeo2020-03-09 09:53:56 +0100
commit6e707d4250bdb4a3c0a5fbaff208843a919deb3e (patch)
tree7f553f829c202e482afaa15514db067ef9a7113f
parent20903f4dd1f7afd350f8936a17622783e4c31b44 (diff)
downloadaur-6e707d4250bdb4a3c0a5fbaff208843a919deb3e.tar.gz
Updated to 3.3-6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac998cd493dd..a2683c38bf49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = nginx-mainline-mod-geoip2
pkgdesc = GeoIP2 module for mainline nginx
pkgver = 3.3
- pkgrel = 5
+ pkgrel = 6
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.8.tar.gz
- source = https://nginx.org/download/nginx-1.17.8.tar.gz.asc
+ source = https://nginx.org/download/nginx-1.17.9.tar.gz
+ source = https://nginx.org/download/nginx-1.17.9.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 = 97d23ecf6d5150b30e284b40e8a6f7e3bb5be6b601e373a4d013768d5a25965b
+ sha256sums = 7dd65d405c753c41b7fdab9415cfb4bdbaf093ec6d9f7432072d52cb7bcbb689
sha256sums = SKIP
sha256sums = 41378438c833e313a18869d0c4a72704b4835c30acaf7fd68013ab6732ff78a7
diff --git a/PKGBUILD b/PKGBUILD
index 175c4ee92f95..1789ff97c0ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-geoip2
pkgver=3.3
-pkgrel=5
+pkgrel=6
_modname="ngx_http_geoip2_module"
-_nginxver=1.17.8
+_nginxver=1.17.9
pkgdesc="GeoIP2 module for mainline nginx"
arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@ validpgpkeys=(
'B0F4253373F8F6F510D42178520A9993A1C052F8' # Maxim Dounin <mdounin@mdounin.ru>
)
-sha256sums=('97d23ecf6d5150b30e284b40e8a6f7e3bb5be6b601e373a4d013768d5a25965b'
+sha256sums=('7dd65d405c753c41b7fdab9415cfb4bdbaf093ec6d9f7432072d52cb7bcbb689'
'SKIP'
'41378438c833e313a18869d0c4a72704b4835c30acaf7fd68013ab6732ff78a7')