singularity: Add version 3.6.1
This commit is contained in:
parent
be06803804
commit
0e090064c4
1 changed files with 2 additions and 1 deletions
|
@ -24,12 +24,13 @@ class Singularity(MakefilePackage):
|
||||||
'''
|
'''
|
||||||
|
|
||||||
homepage = "https://www.sylabs.io/singularity/"
|
homepage = "https://www.sylabs.io/singularity/"
|
||||||
url = "https://github.com/sylabs/singularity/releases/download/v3.1.1/singularity-3.1.1.tar.gz"
|
url = "https://github.com/sylabs/singularity/releases/download/v3.6.1/singularity-3.6.1.tar.gz"
|
||||||
git = "https://github.com/sylabs/singularity.git"
|
git = "https://github.com/sylabs/singularity.git"
|
||||||
|
|
||||||
maintainers = ['alalazo']
|
maintainers = ['alalazo']
|
||||||
version('master', branch='master')
|
version('master', branch='master')
|
||||||
|
|
||||||
|
version('3.6.1', sha256='6cac56106ee7f209150aaee9f8788d03b58796af1b767245d343f0b8a691121c')
|
||||||
version('3.5.3', sha256='0c76f1e3808bf4c10e92b17150314b2b816be79f8101be448a6e9d7a96c9e486')
|
version('3.5.3', sha256='0c76f1e3808bf4c10e92b17150314b2b816be79f8101be448a6e9d7a96c9e486')
|
||||||
version('3.5.2', sha256='f9c21e289377a4c40ed7a78a0c95e1ff416dec202ed49a6c616dd2c37700eab8')
|
version('3.5.2', sha256='f9c21e289377a4c40ed7a78a0c95e1ff416dec202ed49a6c616dd2c37700eab8')
|
||||||
version('3.4.1', sha256='638fd7cc5ab2a20e779b8768f73baf21909148339d6c4edf6ff61349c53a70c2')
|
version('3.4.1', sha256='638fd7cc5ab2a20e779b8768f73baf21909148339d6c4edf6ff61349c53a70c2')
|
||||||
|
|
Loading…
Reference in a new issue