aboutsummaryrefslogtreecommitdiffstats
path: root/community/lua-resty-openidc/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/lua-resty-openidc/APKBUILD')
-rw-r--r--community/lua-resty-openidc/APKBUILD17
1 files changed, 10 insertions, 7 deletions
diff --git a/community/lua-resty-openidc/APKBUILD b/community/lua-resty-openidc/APKBUILD
index f33d0636d16..c7e7b2e090f 100644
--- a/community/lua-resty-openidc/APKBUILD
+++ b/community/lua-resty-openidc/APKBUILD
@@ -1,21 +1,24 @@
# Contributor: Timo Teräs <timo.teras@iki.fi>
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=lua-resty-openidc
-pkgver=1.7.1
+pkgver=1.7.5
pkgrel=1
pkgdesc="OpenID Connect library for the nginx lua module"
url="https://github.com/zmartzone/$pkgname"
-arch="noarch"
-license="BSD2"
-source="$pkgname-$pkgver.tar.gz::https://github.com/zmartzone/$pkgname/archive/v$pkgver.tar.gz"
+# ppc64le, riscv64 blocked by luajit -> lua-resty-string
+arch="noarch !ppc64le !riscv64"
+license="BSD-2-Clause"
+source="$pkgname-$pkgver.tar.gz::https://github.com/zmartzone/$pkgname/archive/v$pkgver.tar.gz
+add-support-form-post-response.patch"
depends="lua-cjson lua-resty-string lua-resty-http lua-resty-session lua-resty-jwt"
-builddir="$srcdir/$pkgname-$pkgver"
options="!check"
package() {
- cd "$builddir"
mkdir -p "$pkgdir/usr/share/lua/common"
cp -r ./lib/resty "$pkgdir/usr/share/lua/common"
}
-sha512sums="ce52684ebb3a492382e93a71a11c62d1cd17d1a3fd266e7d95453729abeb036ed99fded1a9cee55aec444d7a3e36d7cebd7a537006dff71fafd5dc8aa4c32378 lua-resty-openidc-1.7.1.tar.gz"
+sha512sums="
+d483efff27a0566ffadeb8f0da0df0147e9510bcfd5f4d295c7ce11925af882c9604e8d72f676bd9d6b6ded83c2c9f65ff958605856a8d218d4992136f0f4577 lua-resty-openidc-1.7.5.tar.gz
+9c8ed18af704af9996bbd62bd9c0712572cc66f76b035b59b594c0cb41855e6cc26fc3b57ffdbcf935dd949dafa9404ac33e8eeac54e94f4796cf89cc93af0fe add-support-form-post-response.patch
+"