summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2022-10-10 00:37:56 +0200
committerMassimiliano Torromeo2022-10-10 00:37:56 +0200
commite93d78f7544865f0b4f5b11d6c3a8dfc8db39500 (patch)
tree048f9ec3cff3154a6a0f73e42370c8f06dcb42f1
parent7b0f5fa37d43d35b54751056f1a1e5a0b115e4ba (diff)
downloadaur-nginx-mainline-mod-geoip2.tar.gz
Updated to 3.4
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7af49d6a9837..9128270559f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nginx-mainline-mod-geoip2
pkgdesc = GeoIP2 module for mainline nginx
- pkgver = 3.3
- pkgrel = 13
+ pkgver = 3.4
+ pkgrel = 1
url = https://github.com/leev/ngx_http_geoip2_module
arch = i686
arch = x86_64
@@ -9,8 +9,7 @@ pkgbase = nginx-mainline-mod-geoip2
makedepends = nginx-mainline-src
depends = nginx-mainline
depends = libmaxminddb
- source = https://github.com/leev/ngx_http_geoip2_module/archive/3.3/ngx_http_geoip2_module-3.3.tar.gz
- sha256sums = 41378438c833e313a18869d0c4a72704b4835c30acaf7fd68013ab6732ff78a7
+ source = https://github.com/leev/ngx_http_geoip2_module/archive/3.4/ngx_http_geoip2_module-3.4.tar.gz
+ sha256sums = ad72fc23348d715a330994984531fab9b3606e160483236737f9a4a6957d9452
pkgname = nginx-mainline-mod-geoip2
-
diff --git a/PKGBUILD b/PKGBUILD
index d099cd186134..49ba46f866d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=nginx-mainline-mod-geoip2
-pkgver=3.3
-pkgrel=13
+pkgver=3.4
+pkgrel=1
_modname="ngx_http_geoip2_module"
@@ -14,7 +14,7 @@ url="https://github.com/leev/ngx_http_geoip2_module"
license=('BSD')
source=(https://github.com/leev/ngx_http_geoip2_module/archive/$pkgver/$_modname-$pkgver.tar.gz)
-sha256sums=('41378438c833e313a18869d0c4a72704b4835c30acaf7fd68013ab6732ff78a7')
+sha256sums=('ad72fc23348d715a330994984531fab9b3606e160483236737f9a4a6957d9452')
prepare() {
mkdir -p build