* [Buildroot] [PATCH] package/lua-utf8: bump to version 0.1.5
@ 2022-12-26 7:48 Francois Perrad
2022-12-26 21:14 ` Yann E. MORIN
0 siblings, 1 reply; 2+ messages in thread
From: Francois Perrad @ 2022-12-26 7:48 UTC (permalink / raw)
To: buildroot
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
package/lua-utf8/Config.in | 2 +-
package/lua-utf8/lua-utf8.hash | 4 ++--
package/lua-utf8/lua-utf8.mk | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/lua-utf8/Config.in b/package/lua-utf8/Config.in
index 313fa4e45..5815936df 100644
--- a/package/lua-utf8/Config.in
+++ b/package/lua-utf8/Config.in
@@ -4,4 +4,4 @@ config BR2_PACKAGE_LUA_UTF8
This module adds UTF-8 support to Lua.
It's compatible with Lua "string" module.
- http://github.com/starwing/luautf8
+ https://github.com/starwing/luautf8
diff --git a/package/lua-utf8/lua-utf8.hash b/package/lua-utf8/lua-utf8.hash
index b6720b360..b4d455ceb 100644
--- a/package/lua-utf8/lua-utf8.hash
+++ b/package/lua-utf8/lua-utf8.hash
@@ -1,3 +1,3 @@
# computed by luarocks/buildroot
-sha256 88c456bc0f00d28201b33551d83fa6e5c3ae6025aebec790c37afb317290e4fa luautf8-0.1.3-1.src.rock
-sha256 74506285923bcc3e58aaca1b774db26461021783d02b2dc26bafcaa02ef7a00b luautf8-0.1.3/LICENSE
+sha256 68bd8e3c3e20f98fceb9e20d5a7a50168202c22eb45b87eff3247a0608f465ae luautf8-0.1.5-2.src.rock
+sha256 74506285923bcc3e58aaca1b774db26461021783d02b2dc26bafcaa02ef7a00b luautf8-0.1.5/LICENSE
diff --git a/package/lua-utf8/lua-utf8.mk b/package/lua-utf8/lua-utf8.mk
index 52aaf5c71..33c34a4eb 100644
--- a/package/lua-utf8/lua-utf8.mk
+++ b/package/lua-utf8/lua-utf8.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LUA_UTF8_VERSION = 0.1.3-1
+LUA_UTF8_VERSION = 0.1.5-2
LUA_UTF8_NAME_UPSTREAM = luautf8
LUA_UTF8_LICENSE = MIT
LUA_UTF8_LICENSE_FILES = $(LUA_UTF8_SUBDIR)/LICENSE
--
2.37.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH] package/lua-utf8: bump to version 0.1.5
2022-12-26 7:48 [Buildroot] [PATCH] package/lua-utf8: bump to version 0.1.5 Francois Perrad
@ 2022-12-26 21:14 ` Yann E. MORIN
0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2022-12-26 21:14 UTC (permalink / raw)
To: Francois Perrad; +Cc: buildroot
François, All,
On 2022-12-26 08:48 +0100, Francois Perrad spake thusly:
> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/lua-utf8/Config.in | 2 +-
> package/lua-utf8/lua-utf8.hash | 4 ++--
> package/lua-utf8/lua-utf8.mk | 2 +-
> 3 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/package/lua-utf8/Config.in b/package/lua-utf8/Config.in
> index 313fa4e45..5815936df 100644
> --- a/package/lua-utf8/Config.in
> +++ b/package/lua-utf8/Config.in
> @@ -4,4 +4,4 @@ config BR2_PACKAGE_LUA_UTF8
> This module adds UTF-8 support to Lua.
> It's compatible with Lua "string" module.
>
> - http://github.com/starwing/luautf8
> + https://github.com/starwing/luautf8
> diff --git a/package/lua-utf8/lua-utf8.hash b/package/lua-utf8/lua-utf8.hash
> index b6720b360..b4d455ceb 100644
> --- a/package/lua-utf8/lua-utf8.hash
> +++ b/package/lua-utf8/lua-utf8.hash
> @@ -1,3 +1,3 @@
> # computed by luarocks/buildroot
> -sha256 88c456bc0f00d28201b33551d83fa6e5c3ae6025aebec790c37afb317290e4fa luautf8-0.1.3-1.src.rock
> -sha256 74506285923bcc3e58aaca1b774db26461021783d02b2dc26bafcaa02ef7a00b luautf8-0.1.3/LICENSE
> +sha256 68bd8e3c3e20f98fceb9e20d5a7a50168202c22eb45b87eff3247a0608f465ae luautf8-0.1.5-2.src.rock
> +sha256 74506285923bcc3e58aaca1b774db26461021783d02b2dc26bafcaa02ef7a00b luautf8-0.1.5/LICENSE
> diff --git a/package/lua-utf8/lua-utf8.mk b/package/lua-utf8/lua-utf8.mk
> index 52aaf5c71..33c34a4eb 100644
> --- a/package/lua-utf8/lua-utf8.mk
> +++ b/package/lua-utf8/lua-utf8.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -LUA_UTF8_VERSION = 0.1.3-1
> +LUA_UTF8_VERSION = 0.1.5-2
> LUA_UTF8_NAME_UPSTREAM = luautf8
> LUA_UTF8_LICENSE = MIT
> LUA_UTF8_LICENSE_FILES = $(LUA_UTF8_SUBDIR)/LICENSE
> --
> 2.37.2
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-12-26 21:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-26 7:48 [Buildroot] [PATCH] package/lua-utf8: bump to version 0.1.5 Francois Perrad
2022-12-26 21:14 ` Yann E. MORIN
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.