summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-test/catch2/catch2_3.7.0.bb (renamed from meta-oe/recipes-test/catch2/catch2_3.6.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-test/catch2/catch2_3.6.0.bb b/meta-oe/recipes-test/catch2/catch2_3.7.0.bb
index c4541c4d52..2d571a9cfc 100644
--- a/meta-oe/recipes-test/catch2/catch2_3.6.0.bb
+++ b/meta-oe/recipes-test/catch2/catch2_3.7.0.bb
@@ -5,7 +5,7 @@ LICENSE = "BSL-1.0"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" 5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c"
6 6
7SRC_URI = "git://github.com/catchorg/Catch2.git;branch=devel;protocol=https" 7SRC_URI = "git://github.com/catchorg/Catch2.git;branch=devel;protocol=https"
8SRCREV = "4e8d92bf02f7d1c8006a0e7a5ecabd8e62d98502" 8SRCREV = "31588bb4f56b638dd5afc28d3ebff9b9dcefb88d"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11