From d581ce2f772089d6a27bb181a24b6c4dbce8e9b6 Mon Sep 17 00:00:00 2001 From: gitea Date: Tue, 17 Feb 2026 20:16:52 +0000 Subject: [PATCH] =?UTF-8?q?catch2:=20=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B4=D0=BE=20=D0=B2=D0=B5=D1=80?= =?UTF-8?q?=D1=81=D0=B8=D0=B8=203.13.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- catch2/alr.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/catch2/alr.sh b/catch2/alr.sh index 8d78bfa..0be515c 100644 --- a/catch2/alr.sh +++ b/catch2/alr.sh @@ -1,5 +1,5 @@ name='catch2' -version='3.12.0' +version='3.13.0' release='1' desc='Modern, C++-native, header-only, test framework for unit-tests, TDD and BDD' desc_ru='Современный header-only тестовый фреймворк на C++ для модульных тестов, TDD и BDD' @@ -29,7 +29,7 @@ build_deps_rhel=("${build_deps[@]}") build_deps_rosa=("${build_deps[@]}") sources=("git+https://github.com/catchorg/catch2.git#tag=v${version}") -checksums=('e077079f214afc99fee940d91c14cf1a8c1d378212226bb9f50efff75fe07b23') +checksums=('650795f6501af514f806e78c554729847b98db6935e69076f36bb03ed2e985ef') build() { cd $srcdir/$name