diff options
-rw-r--r-- | var/spack/repos/builtin/packages/git/package.py | 7 |
1 files changed, 6 insertions, 1 deletions
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,11 +20,16 @@ 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', 'sha256_manpages': 'bd27f58dc90a661e3080b97365eb7322bfa185de95634fc59d98311925a7d894' |