diff options
author | Timo Teräs <timo.teras@iki.fi> | 2019-05-02 08:22:46 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2019-05-02 08:24:44 +0300 |
commit | 18a05ce3ab7884c6d4a9f22f78f139859ac75d45 (patch) | |
tree | 4d873ed5cc58c377ca0a9bd4565f8a6afbfc5bd8 /testing | |
parent | 9d3626782b664e097c17c41c8d4ec5a6b74279a9 (diff) | |
download | aports-18a05ce3ab7884c6d4a9f22f78f139859ac75d45.tar.bz2 aports-18a05ce3ab7884c6d4a9f22f78f139859ac75d45.tar.xz |
testing/lua-resty-openidc: upgrade to 1.7.1
Diffstat (limited to 'testing')
-rw-r--r-- | testing/lua-resty-openidc/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/lua-resty-openidc/APKBUILD b/testing/lua-resty-openidc/APKBUILD index f456401953..26fafb0334 100644 --- a/testing/lua-resty-openidc/APKBUILD +++ b/testing/lua-resty-openidc/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Timo Teräs <timo.teras@iki.fi> # Maintainer: Timo Teräs <timo.teras@iki.fi> pkgname=lua-resty-openidc -pkgver=1.7.0 +pkgver=1.7.1 pkgrel=0 pkgdesc="OpenID Connect library for the nginx lua module" url="https://github.com/zmartzone/$pkgname" @@ -18,4 +18,4 @@ package() { cp -r ./lib/resty "$pkgdir/usr/share/lua/common" } -sha512sums="c26e530c5f1fcf8d4939820b1541e70444efb63dc60e3834231812d86c8f7c06c06ad1b12b79b94d27338b93f32e5a1acd78158d9aed4b9a4f8f133fc6a17625 lua-resty-openidc-1.7.0.tar.gz" +sha512sums="ce52684ebb3a492382e93a71a11c62d1cd17d1a3fd266e7d95453729abeb036ed99fded1a9cee55aec444d7a3e36d7cebd7a537006dff71fafd5dc8aa4c32378 lua-resty-openidc-1.7.1.tar.gz" |