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.31 .0"
4- pkg . md5sum "0c3442bf598f096a4d19b904a0f99513 "
3+ pkg . version "2.47 .0"
4+ pkg . md5sum "e1312f449e17c9aac237e1ceeb50fad6 "
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.31 .0"
11- pkg . md5sum "ddce35ac120406daf00ab6d0c119f50c "
10+ pkg . version "2.47 .0"
11+ pkg . md5sum "a8c73e621c1c176e834cdfc4e794dd93 "
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