diff options
author | George Hartzell <hartzell@alerce.com> | 2016-12-03 16:41:12 -0800 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2016-12-03 16:41:12 -0800 |
commit | 6ddc518417976821e8c00cc33cbaf4f1f4ca4982 (patch) | |
tree | f2a0fc9645fc2fc8f2bd34ed0f11c9a494dd6dfe /var | |
parent | 552b4eae9e633e380e9ebe323222dc6a805aaaa2 (diff) | |
download | spack-6ddc518417976821e8c00cc33cbaf4f1f4ca4982.tar.gz spack-6ddc518417976821e8c00cc33cbaf4f1f4ca4982.tar.bz2 spack-6ddc518417976821e8c00cc33cbaf4f1f4ca4982.tar.xz spack-6ddc518417976821e8c00cc33cbaf4f1f4ca4982.zip |
Update git package to include 2.11.0 (#2471)
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/git/package.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/git/package.py b/var/spack/repos/builtin/packages/git/package.py index ac97ad392b..c7b239ef12 100644 --- a/var/spack/repos/builtin/packages/git/package.py +++ b/var/spack/repos/builtin/packages/git/package.py @@ -33,6 +33,7 @@ class Git(Package): homepage = "http://git-scm.com" url = "https://github.com/git/git/tarball/v2.7.1" + version('2.11.0', 'c63fb83b86431af96f8e9722ebb3ca01') version('2.9.3', 'b0edfc0f3cb046aec7ed68a4b7282a75') version('2.9.2', '3ff8a9b30fd5c99a02e6d6585ab543fc') version('2.9.1', 'a5d806743a992300b45f734d1667ddd2') |