Skip to content

Commit 2193640

Browse files
committed
(CAT-2123) Update version of git within the pdk-runtime to 2.47.0
1 parent 6962489 commit 2193640

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

configs/components/git.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
component "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 "c5c6add5cf8906173e09778baa46166d"
55

6-
release = "1"
6+
release = "2"
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

0 commit comments

Comments
 (0)