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

Commit

Permalink
Merge pull request #930 from puppetlabs/CAT-2123
Browse files Browse the repository at this point in the history
(CAT-2123) Update version of `git` within the pdk-runtime to `2.47.0`
  • Loading branch information
danadoherty639 authored Nov 5, 2024
2 parents 6962489 + 95a555a commit 29f2bff
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 29f2bff

Please sign in to comment.