From 96e3676765eba4ec83a0133750577fa855d99bd0 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 14 Sep 2023 14:49:10 +0200 Subject: [PATCH] community/lua-resty-session: upgrade to 3.10 ref https://gitlab.alpinelinux.org/alpine/aports/-/issues/15266 (cherry picked from commit d374d86cdaf58c264212c3c78fd7e8f9ea98a44f) --- community/lua-resty-session/APKBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/community/lua-resty-session/APKBUILD b/community/lua-resty-session/APKBUILD index 08ee824e063..1c7c0035135 100644 --- a/community/lua-resty-session/APKBUILD +++ b/community/lua-resty-session/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Timo Teräs # Maintainer: Timo Teräs pkgname=lua-resty-session -pkgver=3.8 +pkgver=3.10 pkgrel=0 pkgdesc="secure and flexible session library for OpenResty" url="https://github.com/bungle/lua-resty-session" @@ -15,4 +15,6 @@ package() { cp -r ./lib/resty "$pkgdir/usr/share/lua/common" } -sha512sums="3effce6d73cc567b1c7f757d3926f6b29955136de86c05bd8a7e809e8842f3833f556e91a9e8f43623b3f4ff8ee47b395d0061a96d46267bb796a08cd5ce0a52 lua-resty-session-3.8.tar.gz" +sha512sums=" +65a97ad631f158ba4e47b9ddd60ec0b0c758d2442d2b8599bfa487a1831f8727afed73013e0a3cfc561d1d19b76c244f23ccea556be9dc664e4802b2bbead92f lua-resty-session-3.10.tar.gz +"