summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-06-05 21:28:45 +0300
committerCaleb Maclennan2023-06-05 21:28:45 +0300
commit409eaf0dd0c72799234dec7423d19a3ee91b1cd4 (patch)
tree7c9e18710a267e11724777f87d66a7324dd06473
parent29c0c20acfdf60cb3a8ebb5c3a13ac2c162be1c2 (diff)
downloadaur-409eaf0dd0c72799234dec7423d19a3ee91b1cd4.tar.gz
upgpkg: mod_auth_openidc 2.4.14.2-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 255c6457b9dc..c70eb269f742 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.14.1
+ pkgver = 2.4.14.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.14.1/mod_auth_openidc-2.4.14.1.tar.gz
- sha256sums = eb6598dd24381f4bc5c48064602875d3fd863ded2d2ac92d89e2aff1a72ba9aa
+ source = https://github.com/zmartzone/mod_auth_openidc/releases/download/2.4.14.2/mod_auth_openidc-2.4.14.2.tar.gz
+ sha256sums = b0440d2e22f7532a5833bffd8ac64d8a77c439628f081649faaf7e7a01c6d3e9
pkgname = mod_auth_openidc
diff --git a/PKGBUILD b/PKGBUILD
index 822b7c9f99d8..56d0051cb485 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=mod_auth_openidc
-pkgver=2.4.14.1
+pkgver=2.4.14.2
pkgrel=1
pkgdesc='OpenID Connect Relying Party implementation for Apache 2.x'
arch=(x86_64)
@@ -11,8 +11,8 @@ license=(Apache)
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=('eb6598dd24381f4bc5c48064602875d3fd863ded2d2ac92d89e2aff1a72ba9aa')
+source=("https://github.com/zmartzone/$pkgname/releases/download/$pkgver/$_archive.tar.gz")
+sha256sums=('b0440d2e22f7532a5833bffd8ac64d8a77c439628f081649faaf7e7a01c6d3e9')
build() {
cd "$_archive"