summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2022-07-20 09:39:54 +0200
committerMassimiliano Torromeo2022-07-20 09:39:54 +0200
commita916feb46a34581f1694ed1e414319f4ddb7ab1a (patch)
tree8861db574e5b40ed78a780157a13b15166330e46
parentc73d4e443e2c5e797b472e3a0c8695cddc074d40 (diff)
downloadaur-a916feb46a34581f1694ed1e414319f4ddb7ab1a.tar.gz
Updated to 0.34
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c71c9be7ae5f..00b3e79af59b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = nginx-mainline-mod-headers-more
pkgdesc = Set and clear input and output headers (module for mainline nginx)
- pkgver = 0.33
- pkgrel = 33
+ pkgver = 0.34
+ pkgrel = 1
url = https://github.com/openresty/headers-more-nginx-module
arch = i686
arch = x86_64
license = BSD
makedepends = nginx-mainline-src
depends = nginx-mainline
- source = https://github.com/openresty/headers-more-nginx-module/archive/v0.33/headers-more-0.33.tar.gz
- sha256sums = a3dcbab117a9c103bc1ea5200fc00a7b7d2af97ff7fd525f16f8ac2632e30fbf
+ source = https://github.com/openresty/headers-more-nginx-module/archive/v0.34/headers-more-0.34.tar.gz
+ sha256sums = 0c0d2ced2ce895b3f45eb2b230cd90508ab2a773299f153de14a43e44c1209b3
pkgname = nginx-mainline-mod-headers-more
-
diff --git a/PKGBUILD b/PKGBUILD
index febedbc85357..08fe7ea5b791 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=nginx-mainline-mod-headers-more
-pkgver=0.33
-pkgrel=33
+pkgver=0.34
+pkgrel=1
_modname="${pkgname#nginx-mainline-mod-}"
@@ -14,7 +14,7 @@ url="https://github.com/openresty/headers-more-nginx-module"
license=('BSD')
source=(https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz)
-sha256sums=('a3dcbab117a9c103bc1ea5200fc00a7b7d2af97ff7fd525f16f8ac2632e30fbf')
+sha256sums=('0c0d2ced2ce895b3f45eb2b230cd90508ab2a773299f153de14a43e44c1209b3')
prepare() {
mkdir -p build