From 89aa18397a5711399a3147ff4201b680bc0dd99e Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Wed, 22 Dec 2021 13:41:20 +0000 Subject: [PATCH] community/lua-resty-openidc: upgrade to 1.7.5 ref https://gitlab.alpinelinux.org/alpine/aports/-/issues/13357 (cherry picked from commit 347dc63db0fd00ba5725df17fb9d68c6e92381e6) --- community/lua-resty-openidc/APKBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/community/lua-resty-openidc/APKBUILD b/community/lua-resty-openidc/APKBUILD index f33d0636d16..69d1e20a3ff 100644 --- a/community/lua-resty-openidc/APKBUILD +++ b/community/lua-resty-openidc/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Timo Teräs # Maintainer: Timo Teräs pkgname=lua-resty-openidc -pkgver=1.7.1 -pkgrel=1 +pkgver=1.7.5 +pkgrel=0 pkgdesc="OpenID Connect library for the nginx lua module" url="https://github.com/zmartzone/$pkgname" arch="noarch" @@ -18,4 +18,6 @@ package() { 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 +"