File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# SingularityCE Changelog
22
3- ## Changes Since Last Release
3+ ## 4.1.4 \[ 2024-06-28 \]
44
55### Bug Fixes
66
Original file line number Diff line number Diff line change @@ -232,11 +232,11 @@ cd singularity
232232By default your clone will be on the ` main ` branch which is where development
233233of SingularityCE happens. To build a specific version of SingularityCE, check
234234out a [ release tag] ( https://github.com/sylabs/singularity/tags ) before
235- compiling. E.g. to build the 4.1.3 release, checkout the
236- ` v4.1.3 ` tag:
235+ compiling. E.g. to build the 4.1.4 release, checkout the
236+ ` v4.1.4 ` tag:
237237
238238``` sh
239- git checkout --recurse-submodules v4.1.3
239+ git checkout --recurse-submodules v4.1.4
240240```
241241
242242## Compiling SingularityCE
@@ -326,7 +326,7 @@ build and install the RPM like this:
326326<!-- markdownlint-disable MD013 -->
327327
328328``` sh
329- export VERSION=4.1.3 # this is the singularity version, change as you need
329+ export VERSION=4.1.4 # this is the singularity version, change as you need
330330
331331# Fetch the source
332332wget https://github.com/sylabs/singularity/releases/download/v${VERSION} /singularity-ce-${VERSION} .tar.gz
You can’t perform that action at this time.
0 commit comments