summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralzeih2021-08-09 09:30:34 +0000
committeralzeih2021-08-09 09:30:34 +0000
commit9c836d0b439010febc55ef02053d0d3c3de493a7 (patch)
treedaf0d59683c658f4fd0e19ae7d3052b0ebbbc960
parentacb68c5174955600b068eaa48933b24db87b4976 (diff)
downloadaur-9c836d0b439010febc55ef02053d0d3c3de493a7.tar.gz
Version 2.4.9-1
Signed-off-by: alzeih <alzeih@users.noreply.github.com>
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9f7bb678fa7..fe5095eaf947 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.4
+ pkgver = 2.4.9
pkgrel = 1
url = https://www.mod-auth-openidc.org/
arch = x86_64
@@ -10,8 +10,7 @@ pkgbase = mod_auth_openidc
depends = curl
depends = cjose
depends = pcre
- source = https://github.com/zmartzone/mod_auth_openidc/archive/v2.4.8.4.tar.gz
- sha512sums = 2967e7d4e4fb440f4e144de2fd43df21907813ba6f935248245ac372734bfd4ae36b10c894f57090188aa66d850c6b656370a81b598cb905d7681a60b16f5748
+ source = https://github.com/zmartzone/mod_auth_openidc/archive/v2.4.9.tar.gz
+ sha512sums = 21033971fedcfa1b8042aba53b17c2dba8f5c633006a40a01ae56d347eff5d772f380d0f2d0b7b8284e45796c25dd4aff96b8bf9299c283d0b40ff742d3a933c
pkgname = mod_auth_openidc
-
diff --git a/PKGBUILD b/PKGBUILD
index 3fd82897af42..726ee25842ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: alzeih <alzeih@users.noreply.github.com>
pkgname=mod_auth_openidc
-pkgver=2.4.8.4
+pkgver=2.4.9
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=('2967e7d4e4fb440f4e144de2fd43df21907813ba6f935248245ac372734bfd4ae36b10c894f57090188aa66d850c6b656370a81b598cb905d7681a60b16f5748')
+sha512sums=('21033971fedcfa1b8042aba53b17c2dba8f5c633006a40a01ae56d347eff5d772f380d0f2d0b7b8284e45796c25dd4aff96b8bf9299c283d0b40ff742d3a933c')
build() {
cd "$pkgname-$pkgver"