git: added v2.27.0 (#16918)
This commit is contained in:
parent
5604c8d91a
commit
417eb3c5b1
1 changed files with 5 additions and 1 deletions
|
@ -22,8 +22,12 @@ class Git(AutotoolsPackage):
|
|||
# * sha256_manpages: the sha256sum of the corresponding manpage from
|
||||
# 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.27.0',
|
||||
'sha256': '77ded85cbe42b1ffdc2578b460a1ef5d23bcbc6683eabcafbb0d394dffe2e787',
|
||||
'sha256_manpages': '414e4b17133e54d846f6bfa2479f9757c50e16c013eb76167a492ae5409b8947'
|
||||
},
|
||||
{
|
||||
'version': '2.26.0',
|
||||
'sha256': 'aa168c2318e7187cd295a645f7370cc6d71a324aafc932f80f00c780b6a26bed',
|
||||
|
|
Loading…
Reference in a new issue