From 89780bd853658e1926e9e863cdb50a5de888e235 Mon Sep 17 00:00:00 2001 From: Carlos Yanez Date: Fri, 28 Jun 2024 10:36:44 -0400 Subject: [PATCH] Update singularity version --- CHANGELOG.md | 2 +- INSTALL.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63976c0775..f5f7ce6fe6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # SingularityCE Changelog -## Changes Since Last Release +## 4.1.4 \[2024-06-28\] ### Bug Fixes diff --git a/INSTALL.md b/INSTALL.md index d2cb617df7..4d8e15e221 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -232,11 +232,11 @@ cd singularity By default your clone will be on the `main` branch which is where development of SingularityCE happens. To build a specific version of SingularityCE, check out a [release tag](https://github.com/sylabs/singularity/tags) before -compiling. E.g. to build the 4.1.3 release, checkout the -`v4.1.3` tag: +compiling. E.g. to build the 4.1.4 release, checkout the +`v4.1.4` tag: ```sh -git checkout --recurse-submodules v4.1.3 +git checkout --recurse-submodules v4.1.4 ``` ## Compiling SingularityCE @@ -326,7 +326,7 @@ build and install the RPM like this: ```sh -export VERSION=4.1.3 # this is the singularity version, change as you need +export VERSION=4.1.4 # this is the singularity version, change as you need # Fetch the source wget https://github.com/sylabs/singularity/releases/download/v${VERSION}/singularity-ce-${VERSION}.tar.gz