package/lua-dkjson: bump to version 2.10

homepage switches to https

readme.txt becomes readme.md

see changes on https://dkolf.de/dkjson-lua/

Signed-off-by: Francois Perrad <francois.perrad.86@gmail.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Francois Perrad
2026-07-25 11:29:52 +02:00
committed by Julien Olivain
parent 882c35f738
commit 235e78caca
3 changed files with 5 additions and 5 deletions

View File

@@ -6,4 +6,4 @@ config BR2_PACKAGE_LUA_DKJSON
dkjson is written in Lua without any dependencies, but
when LPeg is available dkjson can use it to speed up decoding.
http://dkolf.de/dkjson-lua/
https://dkolf.de/dkjson-lua/

View File

@@ -1,5 +1,5 @@
# computed by luarocks/buildroot
sha256 3d8de09cd43a60a005ac769ee1cedc515952c892d63cba9ac925ed02afc98091 dkjson-2.8-1.src.rock
sha256 41d6bd91e8ae0802f98b3685635dd03e14ad99ee3f3d6fa56d5ecc217623f60c dkjson-2.10-1.src.rock
# locally computed
sha256 9c60064047b0f41092ee714d205b4b915f1da147fdf9afc4b3ee7bcf028a2238 dkjson-2.8/readme.txt
sha256 5998e1e7bd6b53efff746d02aaedb9646ce9cf965ea54f1bc812b5e750222cfc dkjson-2.10/readme.md

View File

@@ -4,9 +4,9 @@
#
################################################################################
LUA_DKJSON_VERSION = 2.8-1
LUA_DKJSON_VERSION = 2.10-1
LUA_DKJSON_NAME_UPSTREAM = dkjson
LUA_DKJSON_LICENSE = MIT
LUA_DKJSON_LICENSE_FILES = $(LUA_DKJSON_SUBDIR)/readme.txt
LUA_DKJSON_LICENSE_FILES = $(LUA_DKJSON_SUBDIR)/readme.md
$(eval $(luarocks-package))