summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2023-06-29 16:54:08 +0200
committerMassimiliano Torromeo2023-06-29 16:54:08 +0200
commit987599901b8f983f6cc3c88f944ed43ac8338889 (patch)
treeee24eaabe0d5483339b1146bcf8d88228e391ff3
parentdc2d5086422c4a36e89ac8e793a1fe6f266b1bb1 (diff)
downloadaur-nginx-mainline-mod-auth_pam.tar.gz
Updated to 1.5.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2489a425a54b..1e6c5364fcce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nginx-mainline-mod-auth_pam
pkgdesc = Nginx mainline module to use PAM for simple http authentication
- pkgver = 1.5.4
+ pkgver = 1.5.5
pkgrel = 1
url = https://github.com/sto/ngx_http_auth_pam_module
arch = i686
@@ -9,7 +9,7 @@ pkgbase = nginx-mainline-mod-auth_pam
makedepends = nginx-mainline-src
depends = nginx-mainline
depends = pam
- source = https://github.com/sto/ngx_http_auth_pam_module/archive/v1.5.4/ngx_http_auth_pam_module-1.5.4.tar.gz
- sha256sums = 2721f6bc47f27406dfdc7e59e0c1d12c9338d99d20e01457e8bcc6e7e3cd0643
+ source = https://github.com/sto/ngx_http_auth_pam_module/archive/v1.5.5/ngx_http_auth_pam_module-1.5.5.tar.gz
+ sha256sums = 98a71617d9119ae784993e3789ce8766fdf2ff2479691f3dc6cf8d8763f8d364
pkgname = nginx-mainline-mod-auth_pam
diff --git a/PKGBUILD b/PKGBUILD
index 0e8dd52fdfe1..6fe5f6b573a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=nginx-mainline-mod-auth_pam
-pkgver=1.5.4
+pkgver=1.5.5
pkgrel=1
_modname=ngx_http_auth_pam_module
pkgdesc='Nginx mainline module to use PAM for simple http authentication'
@@ -11,7 +11,7 @@ makedepends=('nginx-mainline-src')
url="https://github.com/sto/ngx_http_auth_pam_module"
license=('BSD')
source=(https://github.com/sto/$_modname/archive/v$pkgver/$_modname-$pkgver.tar.gz)
-sha256sums=('2721f6bc47f27406dfdc7e59e0c1d12c9338d99d20e01457e8bcc6e7e3cd0643')
+sha256sums=('98a71617d9119ae784993e3789ce8766fdf2ff2479691f3dc6cf8d8763f8d364')
prepare() {
mkdir -p build