summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2023-05-16 15:17:59 +0300
committerCaleb Maclennan2023-05-16 15:17:59 +0300
commit6d6d41fc0fa2ac21eb854d4cb4549447abc10af6 (patch)
tree000895ca1a39b93c2cd07bdfa8edeeed8c16c98b /PKGBUILD
parent886bab2bb87d1b4f15052d63f0d335ffd7fc4edc (diff)
downloadaur-6d6d41fc0fa2ac21eb854d4cb4549447abc10af6.tar.gz
upgpkg: mod_auth_openidc 2.4.14-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3e83a393fbf5..1b30263ef3e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=mod_auth_openidc
-pkgver=2.4.13.2
+pkgver=2.4.14
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=('a70ed74e6611f5ae08be88d37ebfb52075ab5f855c12fa9dd36a154fa2b65677')
+sha256sums=('8e4fdc9570673582b44651136414665eb14a981571cd0f1800c02fabe63d0441')
build() {
cd "$_archive"