diff options
author | Sam GutiƩrrez <samuelkgutierrez@users.noreply.github.com> | 2020-01-22 12:14:26 -0700 |
---|---|---|
committer | Axel Huebl <axel.huebl@plasma.ninja> | 2020-01-22 11:14:26 -0800 |
commit | ffbb0efc8186286b1211de11d69cd68b85dfddd6 (patch) | |
tree | 3ae9a3f38a0309bbeaa6e74190a014314772fe84 /var | |
parent | 2eadfa24e961a01b23a54d0c5fb609ae7af4f49a (diff) | |
download | spack-ffbb0efc8186286b1211de11d69cd68b85dfddd6.tar.gz spack-ffbb0efc8186286b1211de11d69cd68b85dfddd6.tar.bz2 spack-ffbb0efc8186286b1211de11d69cd68b85dfddd6.tar.xz spack-ffbb0efc8186286b1211de11d69cd68b85dfddd6.zip |
libquo: Update default version from 1.3 to 1.3.1. (#14585)
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/libquo/package.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/libquo/package.py b/var/spack/repos/builtin/packages/libquo/package.py index 283d6eec3b..808eb4e0fe 100644 --- a/var/spack/repos/builtin/packages/libquo/package.py +++ b/var/spack/repos/builtin/packages/libquo/package.py @@ -13,10 +13,11 @@ class Libquo(AutotoolsPackage): single- and multi-threaded libraries.""" homepage = "https://github.com/lanl/libquo" - url = "http://lanl.github.io/libquo/dists/libquo-1.3.tar.gz" + url = "http://lanl.github.io/libquo/dists/libquo-1.3.1.tar.gz" git = "https://github.com/lanl/libquo.git" version('develop', branch='master') + version('1.3.1', sha256='407f7c61cc80aa934cf6086f3516a31dee3b803047713c297102452c3d7d6ed1') version('1.3', sha256='61b0beff15eae4be94b5d3cbcbf7bf757659604465709ed01827cbba45efcf90') version('1.2.9', sha256='0a64bea8f52f9eecd89e4ab82fde1c5bd271f3866c612da0ce7f38049409429b') |