summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralzeih2021-09-04 00:57:33 +0000
committeralzeih2021-09-04 00:57:33 +0000
commit3ba1488d1c3973a5fa2e6ec9cb7ed5bfc025754d (patch)
treea31c62e4782e02b004e20e1729a101419c31e908
parent290b9d40d5ecb3187406a0524d7e73a34277fc81 (diff)
downloadaur-3ba1488d1c3973a5fa2e6ec9cb7ed5bfc025754d.tar.gz
Version 2.4.9.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 adf822288d54..85638315a7b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mod_auth_openidc
pkgdesc = OpenID Certified™ OpenID Connect Relying Party implementation for Apache HTTP Server 2.x
- pkgver = 2.4.9.2
+ pkgver = 2.4.9.3
pkgrel = 1
url = https://www.mod-auth-openidc.org/
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = mod_auth_openidc
depends = curl
depends = cjose
depends = pcre
- source = https://github.com/zmartzone/mod_auth_openidc/archive/v2.4.9.2.tar.gz
- sha512sums = 8a024783eea43d267b3abec3277125483cfc9e764186e7210c39481f256251fcbf5450339c3e6330b333dd618eab9bfb60a4ca8929d7f98740297046c786ff56
+ source = https://github.com/zmartzone/mod_auth_openidc/archive/v2.4.9.3.tar.gz
+ sha512sums = b067355585bbd3fccde83d3b37c65e2f653d76793b02bd81d9561a048e7acceab6e781342f0c41025208fd69872a85768e331d04770a09692f587bfa6d2723b2
pkgname = mod_auth_openidc
diff --git a/PKGBUILD b/PKGBUILD
index 177aad56f5e3..19961c99a990 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: alzeih <alzeih@users.noreply.github.com>
pkgname=mod_auth_openidc
-pkgver=2.4.9.2
+pkgver=2.4.9.3
pkgrel=1
pkgdesc="OpenID Certified™ OpenID Connect Relying Party implementation for Apache HTTP Server 2.x"
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=('8a024783eea43d267b3abec3277125483cfc9e764186e7210c39481f256251fcbf5450339c3e6330b333dd618eab9bfb60a4ca8929d7f98740297046c786ff56')
+sha512sums=('b067355585bbd3fccde83d3b37c65e2f653d76793b02bd81d9561a048e7acceab6e781342f0c41025208fd69872a85768e331d04770a09692f587bfa6d2723b2')
build() {
cd "$pkgname-$pkgver"