package/lua-utf8: bump to version 0.1.2
authorFrancois Perrad <fperrad@gmail.com>
Mon, 20 Apr 2020 06:07:15 +0000 (08:07 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 21 Apr 2020 06:25:08 +0000 (08:25 +0200)
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@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/lua-utf8/lua-utf8.hash
package/lua-utf8/lua-utf8.mk

index e119f943529b50b6104b1ea522a6433df15f9577..28cdfb397a5a46006e8c77fdd908fb6a8314059a 100644 (file)
@@ -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
index 7ed4f3fbedc6df304577705abf36203ba5fd1a09..9799f40982137d652a649b0fb9fc540db828dc80 100644 (file)
@@ -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))