From f1b87861a9d6ec9d8e7d2c1f79aa9b5639984790 Mon Sep 17 00:00:00 2001
From: MADELA Patrick <patrick.madela@synchrotron-soleil.fr>
Date: Sun, 9 Feb 2025 15:38:08 +0100
Subject: [PATCH] Update to cmale 3.31.5

---
 .gitlab-ci.yml | 2 +-
 README.md      | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bc74a89..1236fd8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,6 @@
 variables:
   PREBUILD_CMAKE_VERSION: 3.18.2
-  CMAKE_VERSION: 3.30.2
+  CMAKE_VERSION: 3.31.5
 
 workflow:
   rules:
diff --git a/README.md b/README.md
index 138939a..e908e0a 100644
--- a/README.md
+++ b/README.md
@@ -3,5 +3,5 @@
 Pipeline to build recent version of Cmake for our legacy CentOS 6 32 and 64 bits platform.
 
 Allows to build Cmake for:
-* CentOS 6.10 64 bits: [cmake-3.30.2-linux-x86_64.zip](https://gitlab.synchrotron-soleil.fr/software-control-system/devtools/cmake/-/jobs/artifacts/3.30.2/download?job=linux-x86_64)
-* CentOS 6.10 32 bits: [cmake-3.30.2-linux-i686.zip](https://gitlab.synchrotron-soleil.fr/software-control-system/devtools/cmake/-/jobs/artifacts/3.30.2/download?job=linux-i686)
+* CentOS 6.10 64 bits: [cmake-3.31.5-linux-x86_64.zip](https://gitlab.synchrotron-soleil.fr/software-control-system/devtools/cmake/-/jobs/artifacts/3.31.5/download?job=linux-x86_64)
+* CentOS 6.10 32 bits: [cmake-3.31.5-linux-i686.zip](https://gitlab.synchrotron-soleil.fr/software-control-system/devtools/cmake/-/jobs/artifacts/3.31.5/download?job=linux-i686)
-- 
GitLab