From: Alexander Kanavin Date: Wed, 27 Oct 2021 09:07:09 +0000 (+0200) Subject: json-c: correct upstream version check X-Git-Tag: uninative-3.5~1055 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=bbfa8046fc0999a0e4fdeb9a143ca0c80a7b40ec;p=openembedded-core.git json-c: correct upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-devtools/json-c/json-c_0.15.bb b/meta/recipes-devtools/json-c/json-c_0.15.bb index 863463ca51..a4673a2f0e 100644 --- a/meta/recipes-devtools/json-c/json-c_0.15.bb +++ b/meta/recipes-devtools/json-c/json-c_0.15.bb @@ -8,7 +8,7 @@ SRC_URI = "https://s3.amazonaws.com/json-c_releases/releases/${BP}.tar.gz" SRC_URI[sha256sum] = "b8d80a1ddb718b3ba7492916237bbf86609e9709fb007e7f7d4322f02341a4c6" -UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" +UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/tags" UPSTREAM_CHECK_REGEX = "json-c-(?P\d+(\.\d+)+)-\d+" RPROVIDES:${PN} = "libjson"