summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2022-03-29 20:44:42 +0300
committerCaleb Maclennan2022-03-29 20:44:42 +0300
commite71493e4460ff608aa86ee49ec8871580cb45a0b (patch)
tree915afedc66511a09963745664eac4d02a882e11c
parentfa1d3c5234a38301bb7a8534880c8da191c61c6c (diff)
downloadaur-e71493e4460ff608aa86ee49ec8871580cb45a0b.tar.gz
upgpkg: mod_auth_openidc 2.4.11.1-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0913710264ac..420a6e71c8cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mod_auth_openidc
pkgdesc = OpenID Connect Relying Party implementation for Apache 2.x
- pkgver = 2.4.11
- pkgrel = 2
+ pkgver = 2.4.11.1
+ pkgrel = 1
url = https://www.mod-auth-openidc.org
arch = x86_64
license = Apache
@@ -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/mod_auth_openidc-2.4.11.tar.gz
- sha256sums = 5140333b384c879bc7352badd9622e21fb46fdbf8ca6716423cb2d1e1ba0e2ac
+ source = https://github.com/zmartzone/mod_auth_openidc/releases/download/v2.4.11.1/mod_auth_openidc-2.4.11.1.tar.gz
+ sha256sums = cf67be89cfa118575c25b85af1445e1480bd94b5f85ff943f5a3a2f45a630956
pkgname = mod_auth_openidc
diff --git a/PKGBUILD b/PKGBUILD
index b9dcb1ee9089..e35c3da548a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=mod_auth_openidc
-pkgver=2.4.11
-pkgrel=2
+pkgver=2.4.11.1
+pkgrel=1
pkgdesc='OpenID Connect Relying Party implementation for Apache 2.x'
arch=(x86_64)
url=https://www.mod-auth-openidc.org
@@ -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=('5140333b384c879bc7352badd9622e21fb46fdbf8ca6716423cb2d1e1ba0e2ac')
+sha256sums=('cf67be89cfa118575c25b85af1445e1480bd94b5f85ff943f5a3a2f45a630956')
build() {
cd "$_archive"