Skip to content

Commit

Permalink
nlohmann-json: upgrade 3.3.0 -> 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stkw0 committed Oct 24, 2019
1 parent f4ccdf2 commit a285d8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ SUMMARY = "JSON for modern C++"
HOMEPAGE = "https://nlohmann.github.io/json/"
SECTION = "libs"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.MIT;md5=9a8ae1c2d606c432a2aa2e2de15be22a"
LIC_FILES_CHKSUM = "file://LICENSE.MIT;md5=f5f7c71504da070bcf4f090205ce1080"

SRC_URI = "git://github.com/nlohmann/json.git"

PV = "3.3.0+git${SRCPV}"
PV = "3.7.0+git${SRCPV}"

SRCREV = "aafad2be1f3cd259a1e79d2f6fcf267d1ede9ec7"
SRCREV = "ea60d40f4a60a47d3be9560d8f7bc37c163fe47b"

S = "${WORKDIR}/git"

Expand Down

0 comments on commit a285d8b

Please sign in to comment.