git: new version 2.29.2 (#26478)
This commit is contained in:
parent
b88c80bb1b
commit
6a6bc3ecbb
1 changed files with 5 additions and 0 deletions
|
@ -28,6 +28,11 @@ class Git(AutotoolsPackage):
|
|||
# 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.29.2',
|
||||
'sha256': '869a121e1d75e4c28213df03d204156a17f02fce2dc77be9795b327830f54195',
|
||||
'sha256_manpages': '68b258e6d590cb78e02c0df741bbaeab94cbbac6d25de9da4fb3882ee098307b'
|
||||
},
|
||||
{
|
||||
'version': '2.31.1',
|
||||
'sha256': '46d37c229e9d786510e0c53b60065704ce92d5aedc16f2c5111e3ed35093bfa7',
|
||||
|
|
Loading…
Reference in a new issue