All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/lua-bit32: bump to version 5.3.5.1
@ 2021-01-17 16:31 Francois Perrad
  2021-01-17 16:31 ` [Buildroot] [PATCH 2/2] package/lua-curl: bump to version 0.3.12 Francois Perrad
  2021-01-19 17:51 ` [Buildroot] [PATCH 1/2] package/lua-bit32: bump to version 5.3.5.1 Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Francois Perrad @ 2021-01-17 16:31 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/lua-bit32/lua-bit32.hash b/package/lua-bit32/lua-bit32.hash
index ea9aca19a..9a4f64b66 100644
--- a/package/lua-bit32/lua-bit32.hash
+++ b/package/lua-bit32/lua-bit32.hash
@@ -1,3 +1,3 @@
 # computed by luarocks/buildroot
-sha256 5d820979918637c2b86e1b0a55002bcfc2fa649469bc50e47aa954ea9fde499d  bit32-5.3.5-1.src.rock
-sha256 1b24f475812c979684fb3469f6faccbdc7c33c9d39421728aa0d78deda5a89a5  lua-compat-5.3-0.9/LICENSE
+sha256 0e273427f2b877270f9cec5642ebe2670242926ba9638d4e6df7e4e1263ca12c  bit32-5.3.5.1-1.src.rock
+sha256 1b24f475812c979684fb3469f6faccbdc7c33c9d39421728aa0d78deda5a89a5  lua-compat-5.3-0.10/LICENSE
diff --git a/package/lua-bit32/lua-bit32.mk b/package/lua-bit32/lua-bit32.mk
index c254cffd8..0fa5048d7 100644
--- a/package/lua-bit32/lua-bit32.mk
+++ b/package/lua-bit32/lua-bit32.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-LUA_BIT32_VERSION = 5.3.5-1
+LUA_BIT32_VERSION = 5.3.5.1-1
 LUA_BIT32_NAME_UPSTREAM = bit32
-LUA_BIT32_SUBDIR = lua-compat-5.3-0.9
+LUA_BIT32_SUBDIR = lua-compat-5.3-0.10
 LUA_BIT32_LICENSE = MIT
 LUA_BIT32_LICENSE_FILES = $(LUA_BIT32_SUBDIR)/LICENSE
 
-- 
2.27.0

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

* [Buildroot] [PATCH 2/2] package/lua-curl: bump to version 0.3.12
  2021-01-17 16:31 [Buildroot] [PATCH 1/2] package/lua-bit32: bump to version 5.3.5.1 Francois Perrad
@ 2021-01-17 16:31 ` Francois Perrad
  2021-01-19 17:51   ` Peter Korsgaard
  2021-01-19 17:51 ` [Buildroot] [PATCH 1/2] package/lua-bit32: bump to version 5.3.5.1 Peter Korsgaard
  1 sibling, 1 reply; 4+ messages in thread
From: Francois Perrad @ 2021-01-17 16:31 UTC (permalink / raw)
  To: buildroot

diff LICENSE:
- Copyright (c) 2014-2019 Alexey Melnichuk
+ Copyright (c) 2014-2021 Alexey Melnichuk

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

diff --git a/package/lua-curl/lua-curl.hash b/package/lua-curl/lua-curl.hash
index 33cc68e32..5210ceb0f 100644
--- a/package/lua-curl/lua-curl.hash
+++ b/package/lua-curl/lua-curl.hash
@@ -1,3 +1,3 @@
 # computed by luarocks/buildroot
-sha256 01578439ba90338abba86ec77641a4998450dbc42c06cff41eeefa119a6962bc  lua-curl-0.3.11-1.src.rock
-sha256 3049265c5c05a5e2a40eb28dbf3fe46a51cd03e5f62cc1a419e352130e278e02  Lua-cURLv3-0.3.11/LICENSE
+sha256 b6b860cd416ad883f2c7c2e1696aceda60c96036f660fb8c0236a5cc3d961c04  lua-curl-0.3.12-1.src.rock
+sha256 0f92f4c4665aadffb023de44b16022282040fe4409d5cd3148f1812dec30cdff  Lua-cURLv3-0.3.12/LICENSE
diff --git a/package/lua-curl/lua-curl.mk b/package/lua-curl/lua-curl.mk
index 3a0f1c69b..37fbf30cc 100644
--- a/package/lua-curl/lua-curl.mk
+++ b/package/lua-curl/lua-curl.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LUA_CURL_VERSION_UPSTREAM = 0.3.11
+LUA_CURL_VERSION_UPSTREAM = 0.3.12
 LUA_CURL_VERSION = $(LUA_CURL_VERSION_UPSTREAM)-1
 LUA_CURL_SUBDIR = Lua-cURLv3-$(LUA_CURL_VERSION_UPSTREAM)
 LUA_CURL_LICENSE = MIT
-- 
2.27.0

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

* [Buildroot] [PATCH 1/2] package/lua-bit32: bump to version 5.3.5.1
  2021-01-17 16:31 [Buildroot] [PATCH 1/2] package/lua-bit32: bump to version 5.3.5.1 Francois Perrad
  2021-01-17 16:31 ` [Buildroot] [PATCH 2/2] package/lua-curl: bump to version 0.3.12 Francois Perrad
@ 2021-01-19 17:51 ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2021-01-19 17:51 UTC (permalink / raw)
  To: buildroot

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

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

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 2/2] package/lua-curl: bump to version 0.3.12
  2021-01-17 16:31 ` [Buildroot] [PATCH 2/2] package/lua-curl: bump to version 0.3.12 Francois Perrad
@ 2021-01-19 17:51   ` Peter Korsgaard
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2021-01-19 17:51 UTC (permalink / raw)
  To: buildroot

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

 > diff LICENSE:
 > - Copyright (c) 2014-2019 Alexey Melnichuk
 > + Copyright (c) 2014-2021 Alexey Melnichuk

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

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2021-01-19 17:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-17 16:31 [Buildroot] [PATCH 1/2] package/lua-bit32: bump to version 5.3.5.1 Francois Perrad
2021-01-17 16:31 ` [Buildroot] [PATCH 2/2] package/lua-curl: bump to version 0.3.12 Francois Perrad
2021-01-19 17:51   ` Peter Korsgaard
2021-01-19 17:51 ` [Buildroot] [PATCH 1/2] package/lua-bit32: bump to version 5.3.5.1 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.