We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a25b86 commit 5117a0dCopy full SHA for 5117a0d
spack/packages/sarus/package.py
@@ -30,11 +30,12 @@ class Sarus(CMakePackage):
30
"""Sarus is an OCI-compliant container engine for HPC systems."""
31
32
homepage = "https://github.com/eth-cscs/sarus"
33
- url = "https://github.com/eth-cscs/sarus/archive/1.3.0.tar.gz"
+ url = "https://github.com/eth-cscs/sarus/archive/1.3.1.tar.gz"
34
git = "https://github.com/eth-cscs/sarus.git"
35
36
version('develop', branch='develop')
37
version('master', branch='master')
38
+ version('1.3.1', tag='1.3.1')
39
version('1.3.0', tag='1.3.0')
40
version('1.2.0', tag='1.2.0')
41
version('1.1.0', tag='1.1.0')
0 commit comments