summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralzeih2021-06-03 04:09:16 +0000
committeralzeih2021-06-03 04:09:16 +0000
commitef65c9c48134157d8564838b4618ebb5caad8460 (patch)
tree38194880cf77a670506ecf46a22c81830409c4af
parent86f1dcc79006ffba42ba20bfb995016df69afe7b (diff)
downloadaur-ef65c9c48134157d8564838b4618ebb5caad8460.tar.gz
Version 2.4.8.3-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 ab97ade50953..7dd278d6a0a7 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.8.2
+ pkgver = 2.4.8.3
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.8.2.tar.gz
- sha512sums = 5c8750c1e39eadba4bfef5a3769240e3c7a78a3116adcd852de4a62152405491953f0e625d81aaf26a3bc35917370a2ff1abbc22d64d7af564f060601eae655c
+ source = https://github.com/zmartzone/mod_auth_openidc/archive/v2.4.8.3.tar.gz
+ sha512sums = bb371550164cfb9c0e457748f9c038b1620829cf1d6e0208f85e5f5e61e0f40c9956d6376c2128cc4f188801eefcd3a4a70ce12db1bff370c8e25d32eda4108a
pkgname = mod_auth_openidc
diff --git a/PKGBUILD b/PKGBUILD
index 3bd140b68971..08705b6930f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: alzeih <alzeih@users.noreply.github.com>
pkgname=mod_auth_openidc
-pkgver=2.4.8.2
+pkgver=2.4.8.3
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=('5c8750c1e39eadba4bfef5a3769240e3c7a78a3116adcd852de4a62152405491953f0e625d81aaf26a3bc35917370a2ff1abbc22d64d7af564f060601eae655c')
+sha512sums=('bb371550164cfb9c0e457748f9c038b1620829cf1d6e0208f85e5f5e61e0f40c9956d6376c2128cc4f188801eefcd3a4a70ce12db1bff370c8e25d32eda4108a')
build() {
cd "$pkgname-$pkgver"