From 5938056570682b45dde7598e7395f2b0e3c50f1e Mon Sep 17 00:00:00 2001 From: Jan Kelemen Date: Fri, 2 May 2025 22:02:27 +0200 Subject: [PATCH] Add catch2/3.8.1 --- recipes/catch2/3.x.x/conandata.yml | 3 +++ recipes/catch2/config.yml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/recipes/catch2/3.x.x/conandata.yml b/recipes/catch2/3.x.x/conandata.yml index 43dc0c04cb22f..cd4ccd2b75d8b 100644 --- a/recipes/catch2/3.x.x/conandata.yml +++ b/recipes/catch2/3.x.x/conandata.yml @@ -1,4 +1,7 @@ sources: + "3.8.1": + url: "https://github.com/catchorg/Catch2/archive/v3.8.1.tar.gz" + sha256: "18b3f70ac80fccc340d8c6ff0f339b2ae64944782f8d2fca2bd705cf47cadb79" "3.8.0": url: "https://github.com/catchorg/Catch2/archive/v3.8.0.tar.gz" sha256: "1ab2de20460d4641553addfdfe6acd4109d871d5531f8f519a52ea4926303087" diff --git a/recipes/catch2/config.yml b/recipes/catch2/config.yml index a10c7ada64367..876d41afe73af 100644 --- a/recipes/catch2/config.yml +++ b/recipes/catch2/config.yml @@ -1,4 +1,6 @@ versions: + "3.8.1": + folder: 3.x.x "3.8.0": folder: 3.x.x "3.7.1":