From 6fc58205384dcb53802782b562427a93f8cc8146 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 4 May 2021 11:23:12 -0700 Subject: [PATCH] catch2: Upgrade to 2.13.6 Signed-off-by: Khem Raj --- .../recipes-test/catch2/{catch2_2.13.4.bb => catch2_2.13.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-test/catch2/{catch2_2.13.4.bb => catch2_2.13.6.bb} (92%) diff --git a/meta-oe/recipes-test/catch2/catch2_2.13.4.bb b/meta-oe/recipes-test/catch2/catch2_2.13.6.bb similarity index 92% rename from meta-oe/recipes-test/catch2/catch2_2.13.4.bb rename to meta-oe/recipes-test/catch2/catch2_2.13.6.bb index 21004726a2..fd677a3e38 100644 --- a/meta-oe/recipes-test/catch2/catch2_2.13.4.bb +++ b/meta-oe/recipes-test/catch2/catch2_2.13.6.bb @@ -6,7 +6,7 @@ LICENSE = "BSL-1.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" SRC_URI = "git://github.com/catchorg/Catch2.git;branch=v2.x" -SRCREV = "de6fe184a9ac1a06895cdd1c9b437f0a0bdf14ad" +SRCREV = "5c88067bd339465513af4aec606bd2292f1b594a" S = "${WORKDIR}/git"