Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/flatbuffers: bump version to 23.3.3
@ 2023-05-06 13:47 Bernd Kuhls
  2023-05-06 15:34 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2023-05-06 13:47 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

Changelog:
https://github.com/google/flatbuffers/blob/master/CHANGELOG.md

Follow upstream rename of license file:
https://github.com/google/flatbuffers/commit/7fb785fd898a5379944457a399176235fc80d337

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/flatbuffers/flatbuffers.hash | 4 ++--
 package/flatbuffers/flatbuffers.mk   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/flatbuffers/flatbuffers.hash b/package/flatbuffers/flatbuffers.hash
index 6382b86f1b..2ff56a8b76 100644
--- a/package/flatbuffers/flatbuffers.hash
+++ b/package/flatbuffers/flatbuffers.hash
@@ -1,3 +1,3 @@
 # Locally computed:
-sha256  f97965a727d26386afaefff950badef2db3ab6af9afe23ed6d94bfb65f95f37e  flatbuffers-2.0.8.tar.gz
-sha256  cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30  LICENSE.txt
+sha256  8aff985da30aaab37edf8e5b02fda33ed4cbdd962699a8e2af98fdef306f4e4d  flatbuffers-23.3.3.tar.gz
+sha256  cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30  LICENSE
diff --git a/package/flatbuffers/flatbuffers.mk b/package/flatbuffers/flatbuffers.mk
index 487d85ee1f..58c0414533 100644
--- a/package/flatbuffers/flatbuffers.mk
+++ b/package/flatbuffers/flatbuffers.mk
@@ -4,10 +4,10 @@
 #
 ################################################################################
 
-FLATBUFFERS_VERSION = 2.0.8
+FLATBUFFERS_VERSION = 23.3.3
 FLATBUFFERS_SITE = $(call github,google,flatbuffers,v$(FLATBUFFERS_VERSION))
 FLATBUFFERS_LICENSE = Apache-2.0
-FLATBUFFERS_LICENSE_FILES = LICENSE.txt
+FLATBUFFERS_LICENSE_FILES = LICENSE
 FLATBUFFERS_CPE_ID_VENDOR = google
 FLATBUFFERS_INSTALL_STAGING = YES
 FLATBUFFERS_DEPENDENCIES = host-flatbuffers
-- 
2.39.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 1/1] package/flatbuffers: bump version to 23.3.3
  2023-05-06 13:47 [Buildroot] [PATCH 1/1] package/flatbuffers: bump version to 23.3.3 Bernd Kuhls
@ 2023-05-06 15:34 ` Yann E. MORIN
  0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2023-05-06 15:34 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: Fabrice Fontaine, buildroot

Bernd, All,

On 2023-05-06 15:47 +0200, Bernd Kuhls spake thusly:
> Changelog:
> https://github.com/google/flatbuffers/blob/master/CHANGELOG.md
> 
> Follow upstream rename of license file:
> https://github.com/google/flatbuffers/commit/7fb785fd898a5379944457a399176235fc80d337
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/flatbuffers/flatbuffers.hash | 4 ++--
>  package/flatbuffers/flatbuffers.mk   | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/package/flatbuffers/flatbuffers.hash b/package/flatbuffers/flatbuffers.hash
> index 6382b86f1b..2ff56a8b76 100644
> --- a/package/flatbuffers/flatbuffers.hash
> +++ b/package/flatbuffers/flatbuffers.hash
> @@ -1,3 +1,3 @@
>  # Locally computed:
> -sha256  f97965a727d26386afaefff950badef2db3ab6af9afe23ed6d94bfb65f95f37e  flatbuffers-2.0.8.tar.gz
> -sha256  cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30  LICENSE.txt
> +sha256  8aff985da30aaab37edf8e5b02fda33ed4cbdd962699a8e2af98fdef306f4e4d  flatbuffers-23.3.3.tar.gz
> +sha256  cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30  LICENSE
> diff --git a/package/flatbuffers/flatbuffers.mk b/package/flatbuffers/flatbuffers.mk
> index 487d85ee1f..58c0414533 100644
> --- a/package/flatbuffers/flatbuffers.mk
> +++ b/package/flatbuffers/flatbuffers.mk
> @@ -4,10 +4,10 @@
>  #
>  ################################################################################
>  
> -FLATBUFFERS_VERSION = 2.0.8
> +FLATBUFFERS_VERSION = 23.3.3
>  FLATBUFFERS_SITE = $(call github,google,flatbuffers,v$(FLATBUFFERS_VERSION))
>  FLATBUFFERS_LICENSE = Apache-2.0
> -FLATBUFFERS_LICENSE_FILES = LICENSE.txt
> +FLATBUFFERS_LICENSE_FILES = LICENSE
>  FLATBUFFERS_CPE_ID_VENDOR = google
>  FLATBUFFERS_INSTALL_STAGING = YES
>  FLATBUFFERS_DEPENDENCIES = host-flatbuffers
> -- 
> 2.39.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:[~2023-05-06 15:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-06 13:47 [Buildroot] [PATCH 1/1] package/flatbuffers: bump version to 23.3.3 Bernd Kuhls
2023-05-06 15:34 ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox