Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / Packages / nginx-mod-headers-more
Commits: 569f1325 by Massimiliano Torromeo at 2023-10-30T20:13:52+01:00 upgpkg: 0.35-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = nginx-mod-headers-more + pkgdesc = Nginx module to set and clear input and output headers + pkgver = 0.35 + pkgrel = 1 + url = https://github.com/openresty/headers-more-nginx-module + arch = x86_64 + license = BSD + makedepends = nginx-src + depends = nginx + source = https://github.com/openresty/headers-more-nginx-module/archive/v0.35/headers-more-0.35.tar.gz + sha256sums = 1a216be253bbd5bf751d572ac2f93bdb61fbc2d78078d26c1335f4637cf2360a + +pkgname = nginx-mod-headers-more ===================================== PKGBUILD ===================================== @@ -1,8 +1,8 @@ # Maintainer: Massimiliano Torromeo <[email protected]> pkgname=nginx-mod-headers-more -pkgver=0.34 -pkgrel=3 +pkgver=0.35 +pkgrel=1 _modname="${pkgname#nginx-mod-}" @@ -16,7 +16,7 @@ license=('BSD') source=( https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz ) -sha256sums=('0c0d2ced2ce895b3f45eb2b230cd90508ab2a773299f153de14a43e44c1209b3') +sha256sums=('1a216be253bbd5bf751d572ac2f93bdb61fbc2d78078d26c1335f4637cf2360a') prepare() { mkdir -p build View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nginx-mod-headers-more/-/commit/569f13253110d3fc3ac239515b8d6899f24a0b73 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nginx-mod-headers-more/-/commit/569f13253110d3fc3ac239515b8d6899f24a0b73 You're receiving this email because of your account on gitlab.archlinux.org.
