* [Buildroot] [PATCH 1/1] package/json-for-modern-cpp: fixup the 'v' prefix in the version
@ 2019-09-07 20:17 Fabrice Fontaine
2019-09-07 21:21 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2019-09-07 20:17 UTC (permalink / raw)
To: buildroot
In order for the json-for-modern-cpp version to match what is given by
release-monitoring.org, the 'v' prefix should be encoded in
JSON_FOR_MODERN_CPP_SITE and not JSON_FOR_MODERN_CPP_VERSION.
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/json-for-modern-cpp/json-for-modern-cpp.hash | 2 +-
package/json-for-modern-cpp/json-for-modern-cpp.mk | 4 ++--
2 files changed, 3 insertions(+), 3 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 2097d2902c..039edc8e92 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 d51a3a8d3efbb1139d7608e28782ea9efea7e7933157e8ff8184901efd8ee760 json-v3.7.0.tar.gz
+sha256 d51a3a8d3efbb1139d7608e28782ea9efea7e7933157e8ff8184901efd8ee760 json-3.7.0.tar.gz
sha256 7400586ce89c6a2cc65f6ca46997da5d356a230673d3a211e040b783f23578a1 LICENSE.MIT
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 59484d9576..04a8d4eb3c 100644
--- a/package/json-for-modern-cpp/json-for-modern-cpp.mk
+++ b/package/json-for-modern-cpp/json-for-modern-cpp.mk
@@ -4,9 +4,9 @@
#
################################################################################
-JSON_FOR_MODERN_CPP_VERSION = v3.7.0
+JSON_FOR_MODERN_CPP_VERSION = 3.7.0
JSON_FOR_MODERN_CPP_SOURCE = json-$(JSON_FOR_MODERN_CPP_VERSION).tar.gz
-JSON_FOR_MODERN_CPP_SITE = $(call github,nlohmann,json,$(JSON_FOR_MODERN_CPP_VERSION))
+JSON_FOR_MODERN_CPP_SITE = $(call github,nlohmann,json,v$(JSON_FOR_MODERN_CPP_VERSION))
JSON_FOR_MODERN_CPP_LICENSE = MIT
JSON_FOR_MODERN_CPP_LICENSE_FILES = LICENSE.MIT
JSON_FOR_MODERN_CPP_INSTALL_STAGING = YES
--
2.23.0.rc1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH 1/1] package/json-for-modern-cpp: fixup the 'v' prefix in the version
2019-09-07 20:17 [Buildroot] [PATCH 1/1] package/json-for-modern-cpp: fixup the 'v' prefix in the version Fabrice Fontaine
@ 2019-09-07 21:21 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2019-09-07 21:21 UTC (permalink / raw)
To: buildroot
On Sat, 7 Sep 2019 22:17:21 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> In order for the json-for-modern-cpp version to match what is given by
> release-monitoring.org, the 'v' prefix should be encoded in
> JSON_FOR_MODERN_CPP_SITE and not JSON_FOR_MODERN_CPP_VERSION.
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> package/json-for-modern-cpp/json-for-modern-cpp.hash | 2 +-
> package/json-for-modern-cpp/json-for-modern-cpp.mk | 4 ++--
> 2 files changed, 3 insertions(+), 3 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-09-07 21:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-07 20:17 [Buildroot] [PATCH 1/1] package/json-for-modern-cpp: fixup the 'v' prefix in the version Fabrice Fontaine
2019-09-07 21:21 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox