From 9f277162a6fe1f0d9d25c68fe712f65fc2da94e2 Mon Sep 17 00:00:00 2001 From: MADELA Patrick <patrick.madela@synchrotron-soleil.fr> Date: Fri, 3 Mar 2023 10:44:20 +0100 Subject: [PATCH] Update to Git 2.39.2 --- .gitlab-ci.yml | 2 +- README.md | 8 ++++---- conanfile.py | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d65ea6e..5c9207e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ variables: - GIT_VERSION: "2.39.1" + GIT_VERSION: "2.39.2" PYTHON_VERSION: "3.10.8" DEFAULT_HELP_FORMAT: "man" diff --git a/README.md b/README.md index f427dca..fd4110f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Git -Pipeline to build Git 2.39.1 with conan on our legacy CentOS 6. +Pipeline to build Git 2.39.2 with conan on our legacy CentOS 6. -Git 2.39.1 for: -* Linux 64 bits: [git-2.39.1-linux-x86_64.zip](https://gitlab.synchrotron-soleil.fr/software-control-system/devtools/git/-/jobs/artifacts/2.39.1/download?job=linux-x86_64) -* Linux 32 bits: [git-2.39.1-linux-i686.zip](https://gitlab.synchrotron-soleil.fr/software-control-system/devtools/git/-/jobs/artifacts/2.39.1/download?job=linux-i686) +Git 2.39.2 for: +* Linux 64 bits: [git-2.39.2-linux-x86_64.zip](https://gitlab.synchrotron-soleil.fr/software-control-system/devtools/git/-/jobs/artifacts/2.39.2/download?job=linux-x86_64) +* Linux 32 bits: [git-2.39.2-linux-i686.zip](https://gitlab.synchrotron-soleil.fr/software-control-system/devtools/git/-/jobs/artifacts/2.39.2/download?job=linux-i686) diff --git a/conanfile.py b/conanfile.py index 2f3d80e..234ef6a 100644 --- a/conanfile.py +++ b/conanfile.py @@ -7,7 +7,7 @@ import os class GitConan(ConanFile): name = "git" - version = "2.39.1" + version = "2.39.2" settings = "os", "compiler", "build_type", "arch" -- GitLab