All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] package/lua-iconv: bump to version 7.1.0
@ 2024-12-11  9:46 Francois Perrad
  2024-12-11  9:46 ` [Buildroot] [PATCH 2/3] package/luadbi: bump to version 0.7.3 Francois Perrad
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Francois Perrad @ 2024-12-11  9:46 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/lua-iconv/Config.in      | 2 +-
 package/lua-iconv/lua-iconv.hash | 4 ++--
 package/lua-iconv/lua-iconv.mk   | 3 ++-
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/package/lua-iconv/Config.in b/package/lua-iconv/Config.in
index e76019d67..73c2af9bf 100644
--- a/package/lua-iconv/Config.in
+++ b/package/lua-iconv/Config.in
@@ -4,4 +4,4 @@ config BR2_PACKAGE_LUA_ICONV
 	help
 	  Lua binding to the POSIX 'iconv' library
 
-	  http://ittner.github.io/lua-iconv/
+	  https://github.com/lunarmodules/lua-iconv
diff --git a/package/lua-iconv/lua-iconv.hash b/package/lua-iconv/lua-iconv.hash
index b28ce0b31..d53429525 100644
--- a/package/lua-iconv/lua-iconv.hash
+++ b/package/lua-iconv/lua-iconv.hash
@@ -1,3 +1,3 @@
 # computed by luarocks/buildroot
-sha256  fb66e785e15376c2d2817f1f1b27d10272b877eacc998c727a10f081a7d768fa  lua-iconv-7-1.src.rock
-sha256  30227b9571827f3dfcdeb3830594fc415459d64ad7271e9954178d3ef58a9bd4  lua-iconv-7/COPYING
+sha256  fdcb6b3fdae53967451054a87b1c977d87aeaa88f2d9518c0e316efb777d65f4  lua-iconv-7.1.0-1.src.rock
+sha256  30227b9571827f3dfcdeb3830594fc415459d64ad7271e9954178d3ef58a9bd4  lua-iconv/COPYING
diff --git a/package/lua-iconv/lua-iconv.mk b/package/lua-iconv/lua-iconv.mk
index ea8e0dd8b..23f4b31b4 100644
--- a/package/lua-iconv/lua-iconv.mk
+++ b/package/lua-iconv/lua-iconv.mk
@@ -4,7 +4,8 @@
 #
 ################################################################################
 
-LUA_ICONV_VERSION = 7-1
+LUA_ICONV_VERSION = 7.1.0-1
+LUA_ICONV_SUBDIR = lua-iconv
 LUA_ICONV_LICENSE = MIT
 LUA_ICONV_LICENSE_FILES = $(LUA_ICONV_SUBDIR)/COPYING
 LUA_ICONV_DEPENDENCIES = $(if $(BR2_PACKAGE_LIBICONV),libiconv)
-- 
2.43.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-12-29 21:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-11  9:46 [Buildroot] [PATCH 1/3] package/lua-iconv: bump to version 7.1.0 Francois Perrad
2024-12-11  9:46 ` [Buildroot] [PATCH 2/3] package/luadbi: bump to version 0.7.3 Francois Perrad
2024-12-11  9:46 ` [Buildroot] [PATCH 3/3] package/luadbi-sqlite3: " Francois Perrad
2024-12-29 21:09 ` [Buildroot] [PATCH 1/3] package/lua-iconv: bump to version 7.1.0 Thomas Petazzoni via buildroot

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.