From 2164181d0a3509c1fe42a44484e6a012036e9580 Mon Sep 17 00:00:00 2001 From: Matthias Diener Date: Tue, 27 Nov 2018 16:32:22 -0600 Subject: git: add version 2.19.2 (#9961) Also fixes instructions for new releases --- var/spack/repos/builtin/packages/git/package.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/git/package.py b/var/spack/repos/builtin/packages/git/package.py index ba0e717fac..e8bf52e5f1 100644 --- a/var/spack/repos/builtin/packages/git/package.py +++ b/var/spack/repos/builtin/packages/git/package.py @@ -20,10 +20,15 @@ class Git(AutotoolsPackage): # * version: {version} # * sha256: the sha256sum of the git-{version}.tar.gz # * sha256_manpages: the sha256sum of the corresponding manpage from - # https://www.kernel.org/pub/software/scm/git/git-manpages-{version}.tar.xz + # https://www.kernel.org/pub/software/scm/git/git-manpages-{version}.tar.gz # You can find the source here: https://mirrors.edge.kernel.org/pub/software/scm/git/sha256sums.asc releases = [ + { + 'version': '2.19.2', + 'sha256': 'db893ad69c9ac9498b09677c5839787eba2eb3b7ef2bc30bfba7e62e77cf7850', + 'sha256_manpages': '60334ecd59ee10319af4a7815174d10991d1afabacd3b3129d589f038bf25542' + }, { 'version': '2.19.1', 'sha256': 'ec4dc96456612c65bf6d944cee9ac640145ec7245376832b781cb03e97cbb796', -- cgit v1.2.3-60-g2f50