summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralzeih2021-06-03 04:11:37 +0000
committeralzeih2021-06-03 04:11:37 +0000
commitacb68c5174955600b068eaa48933b24db87b4976 (patch)
treea10f0bed1dd4ca69727beef0a73747c8abb6ca5b
parentef65c9c48134157d8564838b4618ebb5caad8460 (diff)
downloadaur-acb68c5174955600b068eaa48933b24db87b4976.tar.gz
Version 2.4.8.4-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 7dd278d6a0a7..d9f7bb678fa7 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.3
+ pkgver = 2.4.8.4
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.3.tar.gz
- sha512sums = bb371550164cfb9c0e457748f9c038b1620829cf1d6e0208f85e5f5e61e0f40c9956d6376c2128cc4f188801eefcd3a4a70ce12db1bff370c8e25d32eda4108a
+ source = https://github.com/zmartzone/mod_auth_openidc/archive/v2.4.8.4.tar.gz
+ sha512sums = 2967e7d4e4fb440f4e144de2fd43df21907813ba6f935248245ac372734bfd4ae36b10c894f57090188aa66d850c6b656370a81b598cb905d7681a60b16f5748
pkgname = mod_auth_openidc
diff --git a/PKGBUILD b/PKGBUILD
index 08705b6930f7..3fd82897af42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: alzeih <alzeih@users.noreply.github.com>
pkgname=mod_auth_openidc
-pkgver=2.4.8.3
+pkgver=2.4.8.4
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=('bb371550164cfb9c0e457748f9c038b1620829cf1d6e0208f85e5f5e61e0f40c9956d6376c2128cc4f188801eefcd3a4a70ce12db1bff370c8e25d32eda4108a')
+sha512sums=('2967e7d4e4fb440f4e144de2fd43df21907813ba6f935248245ac372734bfd4ae36b10c894f57090188aa66d850c6b656370a81b598cb905d7681a60b16f5748')
build() {
cd "$pkgname-$pkgver"