Skip to content

Commit 5117a0d

Browse files
committed
Develop
1 parent 9a25b86 commit 5117a0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spack/packages/sarus/package.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,12 @@ class Sarus(CMakePackage):
3030
"""Sarus is an OCI-compliant container engine for HPC systems."""
3131

3232
homepage = "https://github.com/eth-cscs/sarus"
33-
url = "https://github.com/eth-cscs/sarus/archive/1.3.0.tar.gz"
33+
url = "https://github.com/eth-cscs/sarus/archive/1.3.1.tar.gz"
3434
git = "https://github.com/eth-cscs/sarus.git"
3535

3636
version('develop', branch='develop')
3737
version('master', branch='master')
38+
version('1.3.1', tag='1.3.1')
3839
version('1.3.0', tag='1.3.0')
3940
version('1.2.0', tag='1.2.0')
4041
version('1.1.0', tag='1.1.0')

0 commit comments

Comments
 (0)