File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11component "git" do |pkg , settings , platform |
22 if platform . is_windows?
3- pkg . version "2.47.0 "
4- pkg . md5sum "e1312f449e17c9aac237e1ceeb50fad6 "
3+ pkg . version "2.39.4 "
4+ pkg . md5sum "5f129f61fdc84ceb5a5634da10ed824d "
55
66 release = "1"
77 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"
88 pkg . mirror "#{ settings [ :buildsources_url ] } /MinGit-#{ pkg . get_version } -64-bit.zip"
99 else
10- pkg . version "2.47.0 "
11- pkg . md5sum "a8c73e621c1c176e834cdfc4e794dd93 "
10+ pkg . version "2.39.4 "
11+ pkg . md5sum "6b52f8bda1ff882cd17188a11c95e864 "
1212 pkg . url "https://mirrors.edge.kernel.org/pub/software/scm/git/git-#{ pkg . get_version } .tar.gz"
1313 pkg . mirror "#{ settings [ :buildsources_url ] } /git-#{ pkg . get_version } .tar.gz"
1414 end
You can’t perform that action at this time.
0 commit comments