mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
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:
committed by
Julien Olivain
parent
882c35f738
commit
235e78caca
@@ -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/
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user