catch2: upgrade 3.12.0 -> 3.13.0

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu 2026-02-25 17:36:59 +08:00 committed by Khem Raj
parent 61f8a5e8e5
commit 052eca7394
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -5,7 +5,7 @@ LICENSE = "BSL-1.0"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c"
SRC_URI = "git://github.com/catchorg/Catch2.git;branch=devel;protocol=https;tag=v${PV}" SRC_URI = "git://github.com/catchorg/Catch2.git;branch=devel;protocol=https;tag=v${PV}"
SRCREV = "88abf9bf325c798c33f54f6b9220ef885b267f4f" SRCREV = "29c9844f688acb27c87338c39cd186ebfe41aa19"
inherit cmake python3native inherit cmake python3native