Skip to content

Commit

Permalink
update bundled git version to 2.42.0.windows.2
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-monch committed Sep 5, 2023
1 parent aee993a commit 2d1e5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/installer_building/build_windows_installer.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Copy-Item $start_dir\resources\datalad.ico ${sources_dir}
Copy-Item $start_dir\resources\run_gooey.ps1 ${sources_dir}

# Fetch git for windows installer
Invoke-WebRequest -UseBasicParsing 'https://github.com/git-for-windows/git/releases/download/v2.37.3.windows.1/Git-2.37.3-64-bit.exe' -OutFile ${sources_dir}\git-64-bit.exe
Invoke-WebRequest -UseBasicParsing 'https://github.com/git-for-windows/git/releases/download/v2.42.0.windows.2/Git-2.42.0.2-64-bit.exe' -OutFile ${sources_dir}\git-64-bit.exe

# Fetch git annex for windows
Invoke-WebRequest -UseBasicParsing 'https://downloads.kitenet.net/git-annex/windows/current/git-annex-installer.exe' -OutFile ${sources_dir}\git-annex-64-bit.exe
Expand Down

0 comments on commit 2d1e5c6

Please sign in to comment.