From cf158188d8a88c1cd59b8f93ee0a9ac301799c85 Mon Sep 17 00:00:00 2001 From: Siddhartha Menon Date: Mon, 17 Jun 2024 23:46:51 +0100 Subject: [PATCH] catch2: update to 3.6.0. --- srcpkgs/catch2/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/catch2/template b/srcpkgs/catch2/template index feddfed76b9df8..696a63cf242548 100644 --- a/srcpkgs/catch2/template +++ b/srcpkgs/catch2/template @@ -1,6 +1,6 @@ # Template file for 'catch2' pkgname=catch2 -version=3.4.0 +version=3.6.0 revision=1 build_style=cmake configure_args="-DCATCH_USE_VALGRIND=OFF -DCATCH_BUILD_TESTING=ON @@ -13,7 +13,7 @@ maintainer="Louis Dupré Bertoni " license="BSL-1.0" homepage="https://github.com/catchorg/Catch2" distfiles="https://github.com/catchorg/Catch2/archive/v${version}/catch2-v${version}.tar.gz" -checksum=122928b814b75717316c71af69bd2b43387643ba076a6ec16e7882bfb2dfacbb +checksum=485932259a75c7c6b72d4b874242c489ea5155d17efa345eb8cc72159f49f356 post_install() { vlicense LICENSE.txt