From a28c33bfc0dfdd7b73f2f9bc2b359d8ca0382c94 Mon Sep 17 00:00:00 2001 From: Ingmar Rieger Date: Mon, 11 Nov 2024 10:44:00 +0100 Subject: [PATCH] openjph: Add 0.18.0, remove 0.15.0 (#25904) --- recipes/openjph/all/conandata.yml | 12 ++++++------ recipes/openjph/config.yml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/recipes/openjph/all/conandata.yml b/recipes/openjph/all/conandata.yml index 8face972b7874..262763e046361 100644 --- a/recipes/openjph/all/conandata.yml +++ b/recipes/openjph/all/conandata.yml @@ -1,23 +1,23 @@ sources: + "0.18.0": + url: "https://github.com/aous72/OpenJPH/archive/0.18.0.tar.gz" + sha256: "2484908bf5a171cda957643d9bc85c39d58ef939016e2d1a00122b1cefbbd4f8" "0.17.0": url: "https://github.com/aous72/OpenJPH/archive/0.17.0.tar.gz" sha256: "9cd09a5f3a8046b10bded787212afd2410836f9c266964a36f61dc4b63f99b6c" "0.16.0": url: "https://github.com/aous72/OpenJPH/archive/0.16.0.tar.gz" sha256: "94bea4d7057f7a5dcb3f8eee3f854955ce153d98dad99602dd0ba50a560d7cf6" - "0.15.0": - url: "https://github.com/aous72/OpenJPH/archive/0.15.0.tar.gz" - sha256: "36601fbd3b4e1fe54eef5e6fa51ac0eca7be94b2a3d7c0967e3c8da66687ff2c" patches: - "0.17.0": + "0.18.0": - patch_file: "patches/0.15.0_cmake-cxx-standard.patch" patch_description: "Remove setting of CXX standard to a fixed value overriding the toolchain provided by Conan" patch_type: "conan" - "0.16.0": + "0.17.0": - patch_file: "patches/0.15.0_cmake-cxx-standard.patch" patch_description: "Remove setting of CXX standard to a fixed value overriding the toolchain provided by Conan" patch_type: "conan" - "0.15.0": + "0.16.0": - patch_file: "patches/0.15.0_cmake-cxx-standard.patch" patch_description: "Remove setting of CXX standard to a fixed value overriding the toolchain provided by Conan" patch_type: "conan" diff --git a/recipes/openjph/config.yml b/recipes/openjph/config.yml index c901d03e05ca3..287a9ed3cd4bc 100644 --- a/recipes/openjph/config.yml +++ b/recipes/openjph/config.yml @@ -1,7 +1,7 @@ versions: + "0.18.0": + folder: all "0.17.0": folder: all "0.16.0": folder: all - "0.15.0": - folder: all