summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralzeih2021-05-08 10:26:07 +0000
committeralzeih2021-05-08 10:26:07 +0000
commit86f1dcc79006ffba42ba20bfb995016df69afe7b (patch)
tree8fe34a4143b6260e6512e72d3e14505f8fe30bbe
parent2899f2280d751e679fd71d7b80c2daf3b36f3dce (diff)
downloadaur-86f1dcc79006ffba42ba20bfb995016df69afe7b.tar.gz
Version 2.4.8.2-1
Signed-off-by: alzeih <alzeih@users.noreply.github.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63a06592e866..ab97ade50953 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mod_auth_openidc
pkgdesc = An authentication/authorization module for the Apache 2.x HTTP server that functions as an OpenID Connect Relying Party, authenticating users against an OpenID Connect Provider.
- pkgver = 2.4.7
+ pkgver = 2.4.8.2
pkgrel = 1
url = https://www.mod-auth-openidc.org/
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = mod_auth_openidc
depends = curl
depends = cjose
depends = pcre
- source = https://github.com/zmartzone/mod_auth_openidc/archive/v2.4.7.tar.gz
- sha512sums = 7c993995d5d4cf59b918302c375750b6bde0c47bfc5b020e0d70b7a8841d53f3a0861beeb9d334a52a3f3b3ac1f26aa6876cee8e523d73c2af5a6603f9e554b7
+ source = https://github.com/zmartzone/mod_auth_openidc/archive/v2.4.8.2.tar.gz
+ sha512sums = 5c8750c1e39eadba4bfef5a3769240e3c7a78a3116adcd852de4a62152405491953f0e625d81aaf26a3bc35917370a2ff1abbc22d64d7af564f060601eae655c
pkgname = mod_auth_openidc
diff --git a/PKGBUILD b/PKGBUILD
index d6c3f6f4d729..3bd140b68971 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: alzeih <alzeih@users.noreply.github.com>
pkgname=mod_auth_openidc
-pkgver=2.4.7
+pkgver=2.4.8.2
pkgrel=1
pkgdesc="An authentication/authorization module for the Apache 2.x HTTP server that functions as an OpenID Connect Relying Party, authenticating users against an OpenID Connect Provider."
arch=('x86_64')
@@ -10,7 +10,7 @@ depends=('curl' 'cjose' 'pcre')
makedepends=('apache' 'jansson')
source=("https://github.com/zmartzone/mod_auth_openidc/archive/v$pkgver.tar.gz")
noextract=()
-sha512sums=('7c993995d5d4cf59b918302c375750b6bde0c47bfc5b020e0d70b7a8841d53f3a0861beeb9d334a52a3f3b3ac1f26aa6876cee8e523d73c2af5a6603f9e554b7')
+sha512sums=('5c8750c1e39eadba4bfef5a3769240e3c7a78a3116adcd852de4a62152405491953f0e625d81aaf26a3bc35917370a2ff1abbc22d64d7af564f060601eae655c')
build() {
cd "$pkgname-$pkgver"