summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ©mi Lacroix <remi.lacroix@idris.fr>2021-01-04 16:34:42 +0100
committerGitHub <noreply@github.com>2021-01-04 16:34:42 +0100
commit47998b3f4733c1264760c4a9744b1669661354b9 (patch)
tree7879d55fac967494402c5a77cd6184ea82a0f849
parent573d2ce2e1edf23a8a7a8b92db938a8e1308a172 (diff)
downloadspack-47998b3f4733c1264760c4a9744b1669661354b9.tar.gz
spack-47998b3f4733c1264760c4a9744b1669661354b9.tar.bz2
spack-47998b3f4733c1264760c4a9744b1669661354b9.tar.xz
spack-47998b3f4733c1264760c4a9744b1669661354b9.zip
Libnsl: added v1.3.0 and v1.1.0. (#20645)
-rw-r--r--var/spack/repos/builtin/packages/libnsl/package.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/libnsl/package.py b/var/spack/repos/builtin/packages/libnsl/package.py
index 4684878299..733ffd5af9 100644
--- a/var/spack/repos/builtin/packages/libnsl/package.py
+++ b/var/spack/repos/builtin/packages/libnsl/package.py
@@ -11,9 +11,12 @@ class Libnsl(AutotoolsPackage):
in a IPv6 ready version."""
homepage = "https://github.com/thkukuk/libnsl"
- url = "https://github.com/thkukuk/libnsl/archive/v1.2.0.tar.gz"
+ url = "https://github.com/thkukuk/libnsl/archive/v1.3.0.tar.gz"
+ version('1.3.0', sha256='8e88017f01dd428f50386186b0cd82ad06c9b2a47f9c5ea6b3023fc6e08a6b0f')
version('1.2.0', sha256='a5a28ef17c4ca23a005a729257c959620b09f8c7f99d0edbfe2eb6b06bafd3f8')
+ version('1.1.0', sha256='f9f0b2e2412aae1d33d40277809d7af1b867f1cb1b7319ad4d0cfa59a75e193a',
+ url='https://github.com/thkukuk/libnsl/archive/1.1.0.tar.gz')
depends_on('autoconf', type='build')
depends_on('automake', type='build')