git: add version 2.19.2 (#9961)

Also fixes instructions for new releases
This commit is contained in:
Matthias Diener 2018-11-27 16:32:22 -06:00 committed by Adam J. Stewart
parent 8a78c9c6bc
commit 2164181d0a

View File

@ -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',