[Buildroot] [git commit] package/lua-utf8: bump to version 0.1.2

Thomas Petazzoni thomas.petazzoni at bootlin.com
Tue Apr 21 06:25:08 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=0f0649140f73645f4cd00c9c0d27c50e9fa1caf9
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

switch of rocks maintainer
from https://luarocks.org/modules/dannote/utf8
to https://luarocks.org/modules/xavier-wang/luautf8

the upstream author stays http://github.com/starwing/luautf8

now, the version scheme is aligned on the upstream one,
and the version 0.1.2 was released on 06 Apr 2020.

Signed-off-by: Francois Perrad <francois.perrad at gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/lua-utf8/lua-utf8.hash | 3 ++-
 package/lua-utf8/lua-utf8.mk   | 6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/package/lua-utf8/lua-utf8.hash b/package/lua-utf8/lua-utf8.hash
index e119f94352..28cdfb397a 100644
--- a/package/lua-utf8/lua-utf8.hash
+++ b/package/lua-utf8/lua-utf8.hash
@@ -1,2 +1,3 @@
 # computed by luarocks/buildroot
-sha256 c9ceb3a9f327b3215cdf959eebf616970b5b0427ca3fde05b19f8236defa4b91  utf8-1.2-0.src.rock
+sha256 b6f16ea49232b212870ab0612a8188d8956fdf6369835e3ae7df517550be18e0  luautf8-0.1.2-2.src.rock
+sha256 74506285923bcc3e58aaca1b774db26461021783d02b2dc26bafcaa02ef7a00b  luautf8-0.1.2/LICENSE
diff --git a/package/lua-utf8/lua-utf8.mk b/package/lua-utf8/lua-utf8.mk
index 7ed4f3fbed..9799f40982 100644
--- a/package/lua-utf8/lua-utf8.mk
+++ b/package/lua-utf8/lua-utf8.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-LUA_UTF8_VERSION = 1.2-0
-LUA_UTF8_NAME_UPSTREAM = utf8
-LUA_UTF8_SUBDIR = luautf8
+LUA_UTF8_VERSION = 0.1.2-2
+LUA_UTF8_NAME_UPSTREAM = luautf8
 LUA_UTF8_LICENSE = MIT
+LUA_UTF8_LICENSE_FILES = $(LUA_UTF8_SUBDIR)/LICENSE
 
 $(eval $(luarocks-package))


More information about the buildroot mailing list