[Buildroot] [PATCH] package/json-for-modern-cpp: bump version to 3.10.2

Arnout Vandecappelle arnout at mind.be
Sun Aug 29 17:25:25 UTC 2021



On 26/08/2021 21:55, Michael Nosthoff via buildroot wrote:
> Signed-off-by: Michael Nosthoff <buildroot at heine.tech>
> ---
>  package/json-for-modern-cpp/json-for-modern-cpp.hash | 2 +-
>  package/json-for-modern-cpp/json-for-modern-cpp.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/json-for-modern-cpp/json-for-modern-cpp.hash b/package/json-for-modern-cpp/json-for-modern-cpp.hash
> index eb9270b311..5296be3924 100644
> --- a/package/json-for-modern-cpp/json-for-modern-cpp.hash
> +++ b/package/json-for-modern-cpp/json-for-modern-cpp.hash
> @@ -1,3 +1,3 @@
>  # Locally computed
> -sha256  9943db11eeaa5b23e58a88fbc26c453faccef7b546e55063ad00e7caaaf76d0b  json-3.9.0.tar.gz
> +sha256  081ed0f9f89805c2d96335c3acfa993b39a0a5b4b4cef7edb68dd2210a13458c  json-3.10.2.tar.gz
>  sha256  50be9457e5c9faaba5e60d9c73f8eabe9e0737a2d9c3e58357d856661862c18e  LICENSE.MIT

 License hash changed due to copyright year update to 2021. Committed to next
with that fixed, thanks.

 Regards,
 Arnout

> diff --git a/package/json-for-modern-cpp/json-for-modern-cpp.mk b/package/json-for-modern-cpp/json-for-modern-cpp.mk
> index b644f3354c..14843380ee 100644
> --- a/package/json-for-modern-cpp/json-for-modern-cpp.mk
> +++ b/package/json-for-modern-cpp/json-for-modern-cpp.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -JSON_FOR_MODERN_CPP_VERSION = 3.9.0
> +JSON_FOR_MODERN_CPP_VERSION = 3.10.2
>  JSON_FOR_MODERN_CPP_SOURCE = json-$(JSON_FOR_MODERN_CPP_VERSION).tar.gz
>  JSON_FOR_MODERN_CPP_SITE = $(call github,nlohmann,json,v$(JSON_FOR_MODERN_CPP_VERSION))
>  JSON_FOR_MODERN_CPP_LICENSE = MIT
> 


More information about the buildroot mailing list