diff options
author | Gregory Lee <lee218@llnl.gov> | 2018-05-08 15:52:38 -0700 |
---|---|---|
committer | Adam J. Stewart <ajstewart426@gmail.com> | 2018-05-08 17:52:38 -0500 |
commit | 804a7991e06d6195b5c840c72d7a2f15c7159cc9 (patch) | |
tree | 3aab95275ec44106a3a89cb9ff1caa65aa5cd1d4 | |
parent | 16adf144c2f02ff5a14194ed6583b14559493454 (diff) | |
download | spack-804a7991e06d6195b5c840c72d7a2f15c7159cc9.tar.gz spack-804a7991e06d6195b5c840c72d7a2f15c7159cc9.tar.bz2 spack-804a7991e06d6195b5c840c72d7a2f15c7159cc9.tar.xz spack-804a7991e06d6195b5c840c72d7a2f15c7159cc9.zip |
added stat version 4.0.0 (#8062)
-rw-r--r-- | var/spack/repos/builtin/packages/stat/package.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/stat/package.py b/var/spack/repos/builtin/packages/stat/package.py index 1edf0dc8dc..a39228f93b 100644 --- a/var/spack/repos/builtin/packages/stat/package.py +++ b/var/spack/repos/builtin/packages/stat/package.py @@ -31,6 +31,8 @@ class Stat(AutotoolsPackage): homepage = "http://paradyn.org/STAT/STAT.html" url = "https://github.com/lee218llnl/stat/archive/v2.0.0.tar.gz" + version('4.0.0', 'b357160662ced251bc55cb1b884c3407', + url='https://github.com/LLNL/STAT/releases/download/v4.0.0/stat-4.0.0.tar.gz') version('3.0.1', 'dac6f23c3639a0b21f923dc6219ba385', url='https://github.com/LLNL/STAT/files/911503/stat-3.0.1.zip') version('3.0.0', 'a97cb235c266371c4a26329112de48a2', |