diff --git a/recipes/catch2/3.x.x/conandata.yml b/recipes/catch2/3.x.x/conandata.yml index 70ad93f3f3d32..80296e292f33a 100644 --- a/recipes/catch2/3.x.x/conandata.yml +++ b/recipes/catch2/3.x.x/conandata.yml @@ -1,4 +1,7 @@ sources: + "3.2.0": + url: "https://github.com/catchorg/Catch2/archive/v3.2.0.tar.gz" + sha256: "feee04647e28ac3cbeff46cb42abc8ee2d8d5f646d36e3fb3ba274b8c69a58ea" "3.1.0": url: "https://github.com/catchorg/Catch2/archive/v3.1.0.tar.gz" sha256: "c252b2d9537e18046d8b82535069d2567f77043f8e644acf9a9fffc22ea6e6f7" diff --git a/recipes/catch2/config.yml b/recipes/catch2/config.yml index fb9069c88c61b..70386952911a8 100644 --- a/recipes/catch2/config.yml +++ b/recipes/catch2/config.yml @@ -1,15 +1,17 @@ versions: - "2.11.3": + "3.2.0": + folder: 3.x.x + "3.1.0": + folder: 3.x.x + "3.0.1": + folder: 3.x.x + "2.13.9": folder: 2.x.x - "2.12.4": + "2.13.8": folder: 2.x.x "2.13.7": folder: 2.x.x - "2.13.8": + "2.12.4": folder: 2.x.x - "2.13.9": + "2.11.3": folder: 2.x.x - "3.0.1": - folder: 3.x.x - "3.1.0": - folder: 3.x.x