Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
Reapply "(CAT-2123) Update version of git within the pdk-runtime to…
Browse files Browse the repository at this point in the history
… `2.47.0`"

This reverts commit 60d4ed1.
  • Loading branch information
david22swan committed Nov 12, 2024
1 parent 60d4ed1 commit 44000de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions configs/components/git.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
component "git" do |pkg, settings, platform|
if platform.is_windows?
pkg.version "2.31.0"
pkg.md5sum "0c3442bf598f096a4d19b904a0f99513"
pkg.version "2.47.0"
pkg.md5sum "e1312f449e17c9aac237e1ceeb50fad6"

release = "1"
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"
pkg.mirror "#{settings[:buildsources_url]}/MinGit-#{pkg.get_version}-64-bit.zip"
else
pkg.version "2.31.0"
pkg.md5sum "ddce35ac120406daf00ab6d0c119f50c"
pkg.version "2.47.0"
pkg.md5sum "a8c73e621c1c176e834cdfc4e794dd93"
pkg.url "https://mirrors.edge.kernel.org/pub/software/scm/git/git-#{pkg.get_version}.tar.gz"
pkg.mirror "#{settings[:buildsources_url]}/git-#{pkg.get_version}.tar.gz"
end
Expand Down

0 comments on commit 44000de

Please sign in to comment.