Skip to content

Commit

Permalink
Update msys installer (#1017)
Browse files Browse the repository at this point in the history
Co-authored-by: GHA <[email protected]>
  • Loading branch information
mosteo and actions-user authored May 4, 2022
1 parent be29061 commit c235b09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/alire/os_windows/alire-platforms-current__windows.adb
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ package body Alire.Platforms.Current is

package Cfg renames Config;

Default_Msys2_Installer : constant String := "msys2-x86_64-20220319.exe";
Default_Msys2_Installer : constant String := "msys2-x86_64-20220503.exe";
Default_Msys2_Installer_URL : constant String :=
"https://github.com/msys2/msys2-installer/releases/download/2022-03-19/"
"https://github.com/msys2/msys2-installer/releases/download/2022-05-03/"
& Default_Msys2_Installer;

-- Windows implementation
Expand Down

0 comments on commit c235b09

Please sign in to comment.