summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2020-09-30 09:25:38 +0200
committerMassimiliano Torromeo2020-09-30 09:25:38 +0200
commitc17b87ec48ce881b5fb285df1ab7a79c7d9d94d6 (patch)
tree087250b7bef37c6ec5c48e83f6a877712a334e9b
parent7a55d4673d86395bcf66c598bd9c44a1d51a4d36 (diff)
downloadaur-c17b87ec48ce881b5fb285df1ab7a79c7d9d94d6.tar.gz
Updated to 3.3-12
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3f59abcb902..e941ec4a8dd6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = nginx-mainline-mod-geoip2
pkgdesc = GeoIP2 module for mainline nginx
pkgver = 3.3
- pkgrel = 11
+ pkgrel = 12
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.19.2.tar.gz
- source = https://nginx.org/download/nginx-1.19.2.tar.gz.asc
+ source = https://nginx.org/download/nginx-1.19.3.tar.gz
+ source = https://nginx.org/download/nginx-1.19.3.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 = 7c1f7bb13e79433ee930c597d272a64bc6e30c356a48524f38fd34fa88d62473
+ sha256sums = 91e5b74fa17879d2463294e93ad8f6ffc066696ae32ad0478ffe15ba0e9e8df0
sha256sums = SKIP
sha256sums = 41378438c833e313a18869d0c4a72704b4835c30acaf7fd68013ab6732ff78a7
diff --git a/PKGBUILD b/PKGBUILD
index 128c379a1967..446e55020eab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-geoip2
pkgver=3.3
-pkgrel=11
+pkgrel=12
_modname="ngx_http_geoip2_module"
-_nginxver=1.19.2
+_nginxver=1.19.3
pkgdesc="GeoIP2 module for mainline nginx"
arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@ validpgpkeys=(
'B0F4253373F8F6F510D42178520A9993A1C052F8' # Maxim Dounin <mdounin@mdounin.ru>
)
-sha256sums=('7c1f7bb13e79433ee930c597d272a64bc6e30c356a48524f38fd34fa88d62473'
+sha256sums=('91e5b74fa17879d2463294e93ad8f6ffc066696ae32ad0478ffe15ba0e9e8df0'
'SKIP'
'41378438c833e313a18869d0c4a72704b4835c30acaf7fd68013ab6732ff78a7')