From 1996f359eb7a07fc27cb5bf438637367e844ba9a Mon Sep 17 00:00:00 2001 From: Martin Valgur Date: Thu, 26 Oct 2023 13:15:43 +0300 Subject: [PATCH] (#20044) coin-cgl: add version 0.60.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Generated and committed by [Conan Center Bot](https://github.com/qchateau/conan-center-bot) Find more updatable recipes in the [GitHub Pages](https://qchateau.github.io/conan-center-bot/) Co-authored-by: Quentin Chateau via Conan Center Bot Co-authored-by: Rubén Rincón Blanco --- recipes/coin-cgl/all/conandata.yml | 5 +++++ recipes/coin-cgl/config.yml | 2 ++ 2 files changed, 7 insertions(+) diff --git a/recipes/coin-cgl/all/conandata.yml b/recipes/coin-cgl/all/conandata.yml index 5fc7e9f24039c..9cf464447df6f 100644 --- a/recipes/coin-cgl/all/conandata.yml +++ b/recipes/coin-cgl/all/conandata.yml @@ -1,4 +1,7 @@ sources: + "0.60.7": + url: "https://github.com/coin-or/Cgl/archive/releases/0.60.7.tar.gz" + sha256: "93b30a80b5d2880c2e72d5877c64bdeaf4d7c1928b3194ea2f88b1aa4517fb1b" "0.60.6": url: "https://github.com/coin-or/Cgl/archive/refs/tags/releases/0.60.6.tar.gz" sha256: "9e2c51ffad816ab408763d6b931e2a3060482ee4bf1983148969de96d4b2c9ce" @@ -6,6 +9,8 @@ sources: url: "https://github.com/coin-or/Cgl/archive/refs/tags/releases/0.60.3.tar.gz" sha256: "cfeeedd68feab7c0ce377eb9c7b61715120478f12c4dd0064b05ad640e20f3fb" patches: + "0.60.7": + - patch_file: "patches/0.60.6-0001-no-pkg-config-check.patch" "0.60.6": - patch_file: "patches/0.60.6-0001-no-pkg-config-check.patch" "0.60.3": diff --git a/recipes/coin-cgl/config.yml b/recipes/coin-cgl/config.yml index c588b8cdfa767..19787257e6449 100644 --- a/recipes/coin-cgl/config.yml +++ b/recipes/coin-cgl/config.yml @@ -1,4 +1,6 @@ versions: + "0.60.7": + folder: "all" "0.60.6": folder: "all" "0.60.3":