Skip to content
Snippets Groups Projects
Unverified Commit 417eb3c5 authored by Amjad Kotobi's avatar Amjad Kotobi Committed by GitHub
Browse files

git: added v2.27.0 (#16918)

parent 5604c8d9
No related branches found
No related tags found
No related merge requests found
...@@ -22,8 +22,12 @@ class Git(AutotoolsPackage): ...@@ -22,8 +22,12 @@ class Git(AutotoolsPackage):
# * sha256_manpages: the sha256sum of the corresponding manpage from # * sha256_manpages: the sha256sum of the corresponding manpage from
# https://www.kernel.org/pub/software/scm/git/git-manpages-{version}.tar.gz # 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 # You can find the source here: https://mirrors.edge.kernel.org/pub/software/scm/git/sha256sums.asc
releases = [ releases = [
{
'version': '2.27.0',
'sha256': '77ded85cbe42b1ffdc2578b460a1ef5d23bcbc6683eabcafbb0d394dffe2e787',
'sha256_manpages': '414e4b17133e54d846f6bfa2479f9757c50e16c013eb76167a492ae5409b8947'
},
{ {
'version': '2.26.0', 'version': '2.26.0',
'sha256': 'aa168c2318e7187cd295a645f7370cc6d71a324aafc932f80f00c780b6a26bed', 'sha256': 'aa168c2318e7187cd295a645f7370cc6d71a324aafc932f80f00c780b6a26bed',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment