diff --git a/meta-oe/recipes-test/catch2/catch2_3.13.0.bb b/meta-oe/recipes-test/catch2/catch2_3.14.0.bb similarity index 92% rename from meta-oe/recipes-test/catch2/catch2_3.13.0.bb rename to meta-oe/recipes-test/catch2/catch2_3.14.0.bb index c5d85ba302..2aba52e7ae 100644 --- a/meta-oe/recipes-test/catch2/catch2_3.13.0.bb +++ b/meta-oe/recipes-test/catch2/catch2_3.14.0.bb @@ -5,7 +5,7 @@ LICENSE = "BSL-1.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" SRC_URI = "git://github.com/catchorg/Catch2.git;branch=devel;protocol=https;tag=v${PV}" -SRCREV = "29c9844f688acb27c87338c39cd186ebfe41aa19" +SRCREV = "b670de4fe12ac7c5e858b7de3a14fb4bd18c760e" inherit cmake python3native