summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralzeih2020-09-08 23:52:26 +1200
committeralzeih2020-09-08 23:52:26 +1200
commit05945635b04253b757542904eabcabed4ea5a61e (patch)
treed932f9803c3cb8fefbf4a035ca325dce14b4d528
parentd02bb1278cd886ebbeb2f5a30b6cc4649f6d318e (diff)
downloadaur-05945635b04253b757542904eabcabed4ea5a61e.tar.gz
Version 2.4.4-1
Signed-off-by: alzeih <alzeih@users.noreply.github.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2e0e0862991..101cfdd17ada 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mod_auth_openidc
pkgdesc = An authentication/authorization module for the Apache 2.x HTTP server that functions as an OpenID Connect Relying Party, authenticating users against an OpenID Connect Provider.
- pkgver = 2.4.3
+ pkgver = 2.4.4
pkgrel = 1
url = https://www.mod-auth-openidc.org/
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = mod_auth_openidc
depends = curl
depends = cjose
depends = pcre
- source = https://github.com/zmartzone/mod_auth_openidc/releases/download/v2.4.3/mod_auth_openidc-2.4.3.tar.gz
- sha512sums = c4fa4f99f2005cab230f4b8a3dd70cc99c281fc4ff679472f0c1a5920372b53ce2b5e34a8f87e14fc92055d3b9c75dd58f77f539f69571a1af0db10bdc6ea1ab
+ source = https://github.com/zmartzone/mod_auth_openidc/releases/download/v2.4.4/mod_auth_openidc-2.4.4.tar.gz
+ sha512sums = 880d7b99ba48fee0539ea2bb3719966a448749e4f564f94a22d169f03b5193f7d06e77879232031217fb16d144eeef6d22b16a1ea0bd8ab5a1c18eb3080fe689
pkgname = mod_auth_openidc
diff --git a/PKGBUILD b/PKGBUILD
index 4618ff724e06..48488c719e83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: alzeih <alzeih@users.noreply.github.com>
pkgname=mod_auth_openidc
-pkgver=2.4.3
+pkgver=2.4.4
pkgrel=1
pkgdesc="An authentication/authorization module for the Apache 2.x HTTP server that functions as an OpenID Connect Relying Party, authenticating users against an OpenID Connect Provider."
arch=('x86_64')
@@ -10,7 +10,7 @@ depends=('curl' 'cjose' 'pcre')
makedepends=('apache' 'jansson')
source=("https://github.com/zmartzone/mod_auth_openidc/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
noextract=()
-sha512sums=('c4fa4f99f2005cab230f4b8a3dd70cc99c281fc4ff679472f0c1a5920372b53ce2b5e34a8f87e14fc92055d3b9c75dd58f77f539f69571a1af0db10bdc6ea1ab')
+sha512sums=('880d7b99ba48fee0539ea2bb3719966a448749e4f564f94a22d169f03b5193f7d06e77879232031217fb16d144eeef6d22b16a1ea0bd8ab5a1c18eb3080fe689')
build() {
cd "$pkgname-$pkgver"