From a23cbf21bc3fffcf1e054a1b6e3063625317f44a Mon Sep 17 00:00:00 2001 From: Guillaume Egles Date: Fri, 4 Oct 2024 15:12:00 +0100 Subject: [PATCH] (#25510) ccache: add version `4.10.2` --- recipes/ccache/all/conandata.yml | 3 +++ recipes/ccache/config.yml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/recipes/ccache/all/conandata.yml b/recipes/ccache/all/conandata.yml index ff430e4765316..9dd38ae4846da 100644 --- a/recipes/ccache/all/conandata.yml +++ b/recipes/ccache/all/conandata.yml @@ -1,4 +1,7 @@ sources: + "4.10.2": + url: "https://github.com/ccache/ccache/releases/download/v4.10.2/ccache-4.10.2.tar.gz" + sha256: "108100960bb7e64573ea925af2ee7611701241abb36ce0aae3354528403a7d87" "4.10": url: "https://github.com/ccache/ccache/releases/download/v4.10/ccache-4.10.tar.gz" sha256: "16972ba62c8499045edc3ae7d7b8a0b419a961567f5ff0f01bf5a44194204775" diff --git a/recipes/ccache/config.yml b/recipes/ccache/config.yml index 5a505084d4b8c..44eb509af69d9 100644 --- a/recipes/ccache/config.yml +++ b/recipes/ccache/config.yml @@ -1,4 +1,6 @@ versions: + "4.10.2": + folder: all "4.10": folder: all "4.9.1":