All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/lua: split hash files
@ 2020-10-03  6:45 Francois Perrad
  2020-10-03  7:07 ` Peter Korsgaard
  2020-10-05  6:09 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Francois Perrad @ 2020-10-03  6:45 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/lua/5.1.5/lua.hash |  6 ++++++
 package/lua/5.3.6/lua.hash |  6 ++++++
 package/lua/5.4.0/lua.hash |  6 ++++++
 package/lua/lua.hash       | 12 ------------
 4 files changed, 18 insertions(+), 12 deletions(-)
 create mode 100644 package/lua/5.1.5/lua.hash
 create mode 100644 package/lua/5.3.6/lua.hash
 create mode 100644 package/lua/5.4.0/lua.hash
 delete mode 100644 package/lua/lua.hash

diff --git a/package/lua/5.1.5/lua.hash b/package/lua/5.1.5/lua.hash
new file mode 100644
index 000000000..22ff8b7da
--- /dev/null
+++ b/package/lua/5.1.5/lua.hash
@@ -0,0 +1,6 @@
+# Hashes from: http://www.lua.org/ftp/
+md5  2e115fe26e435e33b0d5c022e4490567  lua-5.1.5.tar.gz
+sha1  b3882111ad02ecc6b972f8c1241647905cb2e3fc  lua-5.1.5.tar.gz
+
+# Locally computed
+sha256  ee5e3e82af1e1b543c4f216e399d7c8cfee797711913f349e385101c4ae60a79  COPYRIGHT
diff --git a/package/lua/5.3.6/lua.hash b/package/lua/5.3.6/lua.hash
new file mode 100644
index 000000000..74849b310
--- /dev/null
+++ b/package/lua/5.3.6/lua.hash
@@ -0,0 +1,6 @@
+# Hashes from: http://www.lua.org/ftp/
+md5  83f23dbd5230140a3770d5f54076948d  lua-5.3.6.tar.gz
+sha1  f27d20d6c81292149bc4308525a9d6733c224fa5  lua-5.3.6.tar.gz
+
+# Locally computed
+sha256  2ddff2161e0c4487d744943565538743c0721485873092f6809d072a983b06ef  doc/readme.html
diff --git a/package/lua/5.4.0/lua.hash b/package/lua/5.4.0/lua.hash
new file mode 100644
index 000000000..ac8639c4e
--- /dev/null
+++ b/package/lua/5.4.0/lua.hash
@@ -0,0 +1,6 @@
+# Hashes from: http://www.lua.org/ftp/
+md5  dbf155764e5d433fc55ae80ea7060b60  lua-5.4.0.tar.gz
+sha1  8cdbffa8a214a23d190d7c45f38c19518ae62e89  lua-5.4.0.tar.gz
+
+# Locally computed
+sha256  1a579d0a1b8c5d19acd034c97c03bacc928fc23a0d7fde88488c2d0e3241094a  doc/readme.html
diff --git a/package/lua/lua.hash b/package/lua/lua.hash
deleted file mode 100644
index 5ace44458..000000000
--- a/package/lua/lua.hash
+++ /dev/null
@@ -1,12 +0,0 @@
-# Hashes from: http://www.lua.org/ftp/
-md5 dbf155764e5d433fc55ae80ea7060b60           lua-5.4.0.tar.gz
-sha1 8cdbffa8a214a23d190d7c45f38c19518ae62e89  lua-5.4.0.tar.gz
-
-md5 83f23dbd5230140a3770d5f54076948d           lua-5.3.6.tar.gz
-sha1 f27d20d6c81292149bc4308525a9d6733c224fa5  lua-5.3.6.tar.gz
-
-md5 2e115fe26e435e33b0d5c022e4490567           lua-5.1.5.tar.gz
-sha1 b3882111ad02ecc6b972f8c1241647905cb2e3fc  lua-5.1.5.tar.gz
-
-# Locally computed
-sha256  ee5e3e82af1e1b543c4f216e399d7c8cfee797711913f349e385101c4ae60a79  COPYRIGHT
-- 
2.25.1

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

* [Buildroot] [PATCH] package/lua: split hash files
  2020-10-03  6:45 [Buildroot] [PATCH] package/lua: split hash files Francois Perrad
@ 2020-10-03  7:07 ` Peter Korsgaard
  2020-10-05  6:09 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-10-03  7:07 UTC (permalink / raw)
  To: buildroot

>>>>> "Francois" == Francois Perrad <fperrad@gmail.com> writes:

 > Signed-off-by: Francois Perrad <francois.perrad@gadz.org>

Committed after extending the commit message to explain _WHY_ we do
this, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] package/lua: split hash files
  2020-10-03  6:45 [Buildroot] [PATCH] package/lua: split hash files Francois Perrad
  2020-10-03  7:07 ` Peter Korsgaard
@ 2020-10-05  6:09 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-10-05  6:09 UTC (permalink / raw)
  To: buildroot

>>>>> "Francois" == Francois Perrad <fperrad@gmail.com> writes:

 > Signed-off-by: Francois Perrad <francois.perrad@gadz.org>

Committed to 2020.02.x, 2020.05.x and 2020.08.x after dropping the 5.4.0
file, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2020-10-05  6:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-03  6:45 [Buildroot] [PATCH] package/lua: split hash files Francois Perrad
2020-10-03  7:07 ` Peter Korsgaard
2020-10-05  6:09 ` Peter Korsgaard

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.