summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-04-03 14:38:49 +0300
committerCaleb Maclennan2023-04-03 14:38:49 +0300
commit886bab2bb87d1b4f15052d63f0d335ffd7fc4edc (patch)
tree6b255d2818423bf327c34e91e544c2146554b22a
parent4d25491f67b1f82dc413bbfce4d531c903bf7143 (diff)
downloadaur-886bab2bb87d1b4f15052d63f0d335ffd7fc4edc.tar.gz
upgpkg: mod_auth_openidc 2.4.13.2-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 51ca4723a068..5670a5cb5200 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.13.1
+ pkgver = 2.4.13.2
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.13.1/mod_auth_openidc-2.4.13.1.tar.gz
- sha256sums = 211747f98472219da8717b873e3aa1a758cf766adbb0719de871f1768ef55a4f
+ source = https://github.com/zmartzone/mod_auth_openidc/releases/download/v2.4.13.2/mod_auth_openidc-2.4.13.2.tar.gz
+ sha256sums = a70ed74e6611f5ae08be88d37ebfb52075ab5f855c12fa9dd36a154fa2b65677
pkgname = mod_auth_openidc
diff --git a/PKGBUILD b/PKGBUILD
index c6435e155bbb..3e83a393fbf5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=mod_auth_openidc
-pkgver=2.4.13.1
+pkgver=2.4.13.2
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=('211747f98472219da8717b873e3aa1a758cf766adbb0719de871f1768ef55a4f')
+sha256sums=('a70ed74e6611f5ae08be88d37ebfb52075ab5f855c12fa9dd36a154fa2b65677')
build() {
cd "$_archive"