File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
component "git" do |pkg , settings , platform |
2
2
if platform . is_windows?
3
- pkg . version "2.47.0 "
4
- pkg . md5sum "e1312f449e17c9aac237e1ceeb50fad6 "
3
+ pkg . version "2.39.4 "
4
+ pkg . md5sum "5f129f61fdc84ceb5a5634da10ed824d "
5
5
6
6
release = "1"
7
7
pkg . url "https://github.com/git-for-windows/git/releases/download/v#{ pkg . get_version . split ( '.' ) [ 0 ..2 ] . join ( '.' ) } .windows.#{ release } /MinGit-#{ pkg . get_version } -64-bit.zip"
8
8
pkg . mirror "#{ settings [ :buildsources_url ] } /MinGit-#{ pkg . get_version } -64-bit.zip"
9
9
else
10
- pkg . version "2.47.0 "
11
- pkg . md5sum "a8c73e621c1c176e834cdfc4e794dd93 "
10
+ pkg . version "2.39.4 "
11
+ pkg . md5sum "6b52f8bda1ff882cd17188a11c95e864 "
12
12
pkg . url "https://mirrors.edge.kernel.org/pub/software/scm/git/git-#{ pkg . get_version } .tar.gz"
13
13
pkg . mirror "#{ settings [ :buildsources_url ] } /git-#{ pkg . get_version } .tar.gz"
14
14
end
You can’t perform that action at this time.
0 commit comments