summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/libssh2/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/libssh2/package.py')
-rw-r--r--var/spack/repos/builtin/packages/libssh2/package.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/libssh2/package.py b/var/spack/repos/builtin/packages/libssh2/package.py
index 2c582b477e..c5978f0688 100644
--- a/var/spack/repos/builtin/packages/libssh2/package.py
+++ b/var/spack/repos/builtin/packages/libssh2/package.py
@@ -7,7 +7,7 @@
# LLNL-CODE-647188
#
# For details, see https://github.com/llnl/spack
-# Please also see the LICENSE file for our notice and the LGPL.
+# Please also see the NOTICE and LICENSE files for our notice and the LGPL.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License (as
@@ -32,7 +32,7 @@ class Libssh2(CMakePackage):
url = "https://www.libssh2.org/download/libssh2-1.7.0.tar.gz"
version('1.7.0', 'b01662a210e94cccf2f76094db7dac5c')
- version('1.4.3', '071004c60c5d6f90354ad1b701013a0b') # CentOS7
+ version('1.4.3', '071004c60c5d6f90354ad1b701013a0b') # CentOS7
variant('shared', default=True,
description="Build shared libraries")