git: Update to 2.15.1 (#6642)
This commit is contained in:
parent
74938f58d2
commit
25aa21a7a7
1 changed files with 5 additions and 0 deletions
|
@ -43,6 +43,11 @@ class Git(AutotoolsPackage):
|
|||
# https://www.kernel.org/pub/software/scm/git/git-manpages-{version}.tar.xz
|
||||
|
||||
releases = [
|
||||
{
|
||||
'version': '2.15.1',
|
||||
'md5': 'da59fc6baa55ab44684011e369af397d',
|
||||
'md5_manpages': '2cb428071c08c7df513cfc103610536e',
|
||||
},
|
||||
{
|
||||
'version': '2.14.1',
|
||||
'md5': 'e965a37b3d277f2e7e78f5b04de28e2a',
|
||||
|
|
Loading…
Reference in a new issue