summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authoriarspider <iarspider@gmail.com>2020-02-16 06:07:38 +0100
committerGitHub <noreply@github.com>2020-02-15 23:07:38 -0600
commit41a2a5db2cb5ba015e872ee3c49a05dd01584008 (patch)
tree20347e03ccba3c3873fb8fc1a86656d54ed931f9 /var
parent8f877fdc6580188131a2034b47c556d757e7b1c5 (diff)
downloadspack-41a2a5db2cb5ba015e872ee3c49a05dd01584008.tar.gz
spack-41a2a5db2cb5ba015e872ee3c49a05dd01584008.tar.bz2
spack-41a2a5db2cb5ba015e872ee3c49a05dd01584008.tar.xz
spack-41a2a5db2cb5ba015e872ee3c49a05dd01584008.zip
Add extra version of libgit2 (#14957)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/libgit2/package.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/libgit2/package.py b/var/spack/repos/builtin/packages/libgit2/package.py
index b896675ece..58ea638de0 100644
--- a/var/spack/repos/builtin/packages/libgit2/package.py
+++ b/var/spack/repos/builtin/packages/libgit2/package.py
@@ -16,6 +16,7 @@ class Libgit2(CMakePackage):
homepage = "https://libgit2.github.com/"
url = "https://github.com/libgit2/libgit2/archive/v0.26.0.tar.gz"
+ version('0.28.2', sha256='42b5f1e9b9159d66d86fff0394215c5733b6ef8f9b9d054cdd8c73ad47177fc3')
version('0.26.0', sha256='6a62393e0ceb37d02fe0d5707713f504e7acac9006ef33da1e88960bd78b6eac')
depends_on('cmake@2.8:', type='build')