Skip to content

Commit 0aa6f49

Browse files
committed
(CAT-2123) Update version of git within the pdk-runtime to 2.39.4
Previous version chosen to update to, `2.47.0`, caused issues on el-7, el8 and sles-12
1 parent 44000de commit 0aa6f49

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

configs/components/git.rb

+4-4
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.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

0 commit comments

Comments
 (0)