config/software/git-windows.rb in omnibus-software-22.11.239 vs config/software/git-windows.rb in omnibus-software-23.2.281

- old
+ new

@@ -32,9 +32,11 @@ # the build number is included. # This URL pattern has worked for most releases. If a version has multiple # builds, set the `source url:` again explicitly to the one appropriate for # that version's release. source url: "https://github.com/git-for-windows/git/releases/download/v#{version}.windows.1/PortableGit-#{version}-#{arch_suffix}-bit.7z.exe" +internal_source url: "#{ENV["ARTIFACTORY_REPO_URL"]}/#{name}/#{name}-#{version}-#{arch_suffix}-bit.7z.exe", + authorization: "X-JFrog-Art-Api:#{ENV["ARTIFACTORY_TOKEN"]}" if windows_arch_i386? # version_list: url=https://github.com/git-for-windows/git/releases filter=PortableGit-*-32-bit.7z.exe version("2.33.0") { source sha256: "c3b6f1a8f8c1b5be2175b7190d35926dce07a58294780291326a437ef0694676" } version("2.31.1") { source sha256: "d6d48e16e3f0ecbc0a45d410ad3ebae15e5618202855ebe72cd9757e4d35b880" }