From 6a90966fcac41087aac443e03b0e87b258f99ab5 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sat, 19 Nov 2022 19:41:37 +0100 Subject: [PATCH] catch2: update to 2.13.10. --- srcpkgs/catch2/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/catch2/template b/srcpkgs/catch2/template index 94d8f2f3e6c..71ad84a696b 100644 --- a/srcpkgs/catch2/template +++ b/srcpkgs/catch2/template @@ -1,6 +1,6 @@ # Template file for 'catch2' pkgname=catch2 -version=2.13.4 +version=2.13.10 revision=1 build_style=cmake configure_args="-DCATCH_USE_VALGRIND=OFF -DCATCH_BUILD_TESTING=ON @@ -12,8 +12,8 @@ short_desc="C++ header-only test framework for unit-tests, TDD and BDD" maintainer="Louis Dupré Bertoni " license="BSL-1.0" homepage="https://github.com/catchorg/Catch2" -distfiles="https://github.com/catchorg/Catch2/archive/v${version}/${pkgname}-v${version}.tar.gz" -checksum=e7eb70b3d0ac2ed7dcf14563ad808740c29e628edde99e973adad373a2b5e4df +distfiles="https://github.com/catchorg/Catch2/archive/v${version}/catch2-v${version}.tar.gz" +checksum=d54a712b7b1d7708bc7a819a8e6e47b2fde9536f487b89ccbca295072a7d9943 post_install() { vlicense LICENSE.txt