summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c19877c1d31c..1a6c2a310eab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mod_auth_openidc
pkgver=2.4.15.6
-pkgrel=1
+pkgrel=2
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=(apr-util cjose curl openssl pcre2)
_archive="$pkgname-$pkgver"
makedepends=(apache jansson)
source=("https://github.com/OpenIDC/$pkgname/releases/download/v$pkgver/$_archive.tar.gz")
-sha256sums=('da4bf149e4221c63f269cdf784cc2c50158c374ff5d7b41544ee0ce8237807d7')
+sha256sums=('6fe46325f12f2c415caf4a14c054a0fd3f54fe70413cdfaee9e003592b8fd5c6')
build() {
cd "$_archive"