summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2022-08-23 15:43:01 +0300
committerCaleb Maclennan2022-08-23 15:43:01 +0300
commit376af1a60494a99d4706331a46c8b273b1bbca10 (patch)
tree4ff9022e817bd3365f2be04c1e74a0f7a1bfd4b3
parent82efa506ffc8c0caddde04895479a80fba87954d (diff)
downloadaur-376af1a60494a99d4706331a46c8b273b1bbca10.tar.gz
upgpkg: mod_auth_openidc 2.4.11.3-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d11ddc77d725..8778583ea804 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mod_auth_openidc
pkgdesc = OpenID Connect Relying Party implementation for Apache 2.x
- pkgver = 2.4.11.2
+ pkgver = 2.4.11.3
pkgrel = 1
url = https://www.mod-auth-openidc.org
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = mod_auth_openidc
depends = cjose
depends = openssl
depends = pcre2
- source = https://github.com/zmartzone/mod_auth_openidc/releases/download/v2.4.11.2/mod_auth_openidc-2.4.11.2.tar.gz
- sha256sums = cabab829dd71a4c1210606a02a5d9359d8c7687c63e212f35db84e3e98c4bd83
+ source = https://github.com/zmartzone/mod_auth_openidc/releases/download/v2.4.11.3/mod_auth_openidc-2.4.11.3.tar.gz
+ sha256sums = f71dfbe202832ecf1b71a83d5c299ad3c068ae286a7fcef8eb21b3e65a872ce9
pkgname = mod_auth_openidc
diff --git a/PKGBUILD b/PKGBUILD
index a519194b812f..c722f9e00dcc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=mod_auth_openidc
-pkgver=2.4.11.2
+pkgver=2.4.11.3
pkgrel=1
pkgdesc='OpenID Connect Relying Party implementation for Apache 2.x'
arch=(x86_64)
@@ -12,7 +12,7 @@ depends=(cjose openssl pcre2)
_archive="$pkgname-$pkgver"
makedepends=(apache jansson)
source=("https://github.com/zmartzone/$pkgname/releases/download/v$pkgver/$_archive.tar.gz")
-sha256sums=('cabab829dd71a4c1210606a02a5d9359d8c7687c63e212f35db84e3e98c4bd83')
+sha256sums=('f71dfbe202832ecf1b71a83d5c299ad3c068ae286a7fcef8eb21b3e65a872ce9')
build() {
cd "$_archive"