summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-03-10 16:20:07 +0300
committerCaleb Maclennan2023-03-10 16:20:07 +0300
commit3a1739283cc8ed4908740307b15525650403a8ba (patch)
tree841fe5471f8bdd776159a055fc59a3de9abeda93
parentcb4289f984b500a18ed50cbc750003c936711807 (diff)
downloadaur-3a1739283cc8ed4908740307b15525650403a8ba.tar.gz
upgpkg: mod_auth_openidc 2.4.13-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 753635af0973..3c2bafcb1d58 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.12.3
+ pkgver = 2.4.13
pkgrel = 1
url = https://www.mod-auth-openidc.org
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = mod_auth_openidc
depends = curl
depends = openssl
depends = pcre2
- source = https://github.com/zmartzone/mod_auth_openidc/releases/download/v2.4.12.3/mod_auth_openidc-2.4.12.3.tar.gz
- sha256sums = 8a9edbc148f2d74df23982b2733e888e9ebe48f9568c3cbead4b1f40beae6c45
+ source = https://github.com/zmartzone/mod_auth_openidc/releases/download/v2.4.13/mod_auth_openidc-2.4.13.tar.gz
+ sha256sums = 09eb8d4a616c2c1d8a767275cec7e26f11b22e7b28529d882c3867645cd9f757
pkgname = mod_auth_openidc
diff --git a/PKGBUILD b/PKGBUILD
index 3515d9ec0ee9..9381f7e8b28c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=mod_auth_openidc
-pkgver=2.4.12.3
+pkgver=2.4.13
pkgrel=1
pkgdesc='OpenID Connect Relying Party implementation for Apache 2.x'
arch=(x86_64)
@@ -12,7 +12,7 @@ depends=(apr-util cjose curl openssl pcre2)
_archive="$pkgname-$pkgver"
makedepends=(apache jansson)
source=("https://github.com/zmartzone/$pkgname/releases/download/v$pkgver/$_archive.tar.gz")
-sha256sums=('8a9edbc148f2d74df23982b2733e888e9ebe48f9568c3cbead4b1f40beae6c45')
+sha256sums=('09eb8d4a616c2c1d8a767275cec7e26f11b22e7b28529d882c3867645cd9f757')
build() {
cd "$_archive"