diff --git a/var/spack/repos/builtin/packages/git/package.py b/var/spack/repos/builtin/packages/git/package.py index ba0e717face..e8bf52e5f11 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',