Skip to content

Commit d180cb9

Browse files
committed
parson: update to version 1.5.3
Signed-off-by: Scott Ware <[email protected]>
1 parent 1a8433b commit d180cb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipes-support/parson/parson_1.1.0.bb renamed to recipes-support/parson/parson_1.5.3.bb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ DESCRIPTION = "Lightweight JSON library written in C"
22
HOMEPAGE = "https://github.com/kgabis/parson"
33
AUTHOR = "Krzysztof Gabis"
44
LICENSE = "MIT"
5-
LIC_FILES_CHKSUM = "file://LICENSE;md5=14773547851b6ac335d3d7fb7707a021"
5+
LIC_FILES_CHKSUM = "file://LICENSE;md5=5bbf3d18d8ed39559cb984dfe7c3a1ad"
66

77
inherit cmake pkgconfig
88

99
PR = "r0"
1010

1111
SRC_URI = "\
12-
git://github.com/kgabis/parson.git;protocol=https;branch=master;rev=102a4467e10c77ffcfde1d233798780acd719cc5 \
12+
git://github.com/kgabis/parson.git;protocol=https;branch=master;rev=ba29f4eda9ea7703a9f6a9cf2b0532a2605723c3 \
1313
"
1414

1515
S = "${WORKDIR}/git"

0 commit comments

Comments
 (0)