aboutsummaryrefslogtreecommitdiffstats
path: root/community/lua-resty-jwt/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/lua-resty-jwt/APKBUILD')
-rw-r--r--community/lua-resty-jwt/APKBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/community/lua-resty-jwt/APKBUILD b/community/lua-resty-jwt/APKBUILD
index 50c816eab10..f2ddf88c872 100644
--- a/community/lua-resty-jwt/APKBUILD
+++ b/community/lua-resty-jwt/APKBUILD
@@ -1,22 +1,22 @@
# Contributor: Timo Teräs <timo.teras@iki.fi>
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=lua-resty-jwt
-pkgver=0.2.0
+pkgver=0.2.3
pkgrel=1
pkgdesc="JSON Web Token library for OpenResty"
url="https://github.com/cdbattags/lua-resty-jwt"
-# riscv64 blocked by luajit -> lua-resty-hmac
-arch="noarch !riscv64"
-license="BSD2"
+# ppc64le, riscv64 blocked by luajit -> lua-resty-hmac
+arch="noarch !ppc64le !riscv64"
+license="Apache-2.0"
depends="lua-resty-hmac"
source="$pkgname-$pkgver.tar.gz::https://github.com/cdbattags/$pkgname/archive/v$pkgver.tar.gz"
-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="17b7a0251392a5e79b74a9c23ab229ab6578336148764fa489ef3add96d6b8211621ccede1c00889836567f2d09aee59f752c0a5247eaa12e2372c83f85efbb9 lua-resty-jwt-0.2.0.tar.gz"
+sha512sums="
+7ec1d69d8097467acdc9bb36c050017d9f3ba84a3db6d84b240f927992b5f67096ed985367920b41d0df4ef1c0891a3ae17b469621cc77fcceed938f4a20b2a1 lua-resty-jwt-0.2.3.tar.gz
+"