summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorMatthias Diener <matthias.diener@gmail.com>2018-11-27 16:32:22 -0600
committerAdam J. Stewart <ajstewart426@gmail.com>2018-11-27 16:32:22 -0600
commit2164181d0a3509c1fe42a44484e6a012036e9580 (patch)
tree670e4caec764f67562e2e4d775de76d7e4e86dd6 /var
parent8a78c9c6bcff6de7c9b23eba8e1d3747c19d3cbc (diff)
downloadspack-2164181d0a3509c1fe42a44484e6a012036e9580.tar.gz
spack-2164181d0a3509c1fe42a44484e6a012036e9580.tar.bz2
spack-2164181d0a3509c1fe42a44484e6a012036e9580.tar.xz
spack-2164181d0a3509c1fe42a44484e6a012036e9580.zip
git: add version 2.19.2 (#9961)
Also fixes instructions for new releases
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/git/package.py7
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'