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":