Skip to content

Commit

Permalink
Update msys2 installer
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo committed Mar 15, 2024
1 parent 5845cc2 commit f78fedb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Checklist for releasing a new version

1. [ ] Update Msys2 installer at https://github.com/msys2/msys2-installer/releases/
1. [ ] Run local-only tests (`/testsuite/run-dev-sh`)
1. [ ] Update versions
- `Alire.Version`
Expand Down
11 changes: 7 additions & 4 deletions src/alire/os_windows/alire-settings-builtins-windows.ads
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@ pragma Unreferenced (Alire.Settings.Edit.Early_Load);

package Alire.Settings.Builtins.Windows is

Default_Msys2_Installer : constant String := "msys2-x86_64-20221216.exe";
Default_Msys2_Installer_URL : constant String :=
"https://github.com/msys2/msys2-installer/releases/download/2022-12-16/"
& Default_Msys2_Installer;
pragma Style_Checks ("M200");
Default_Msys2_Installer_URL : constant String
:= "https://github.com/msys2/msys2-installer/releases/download/2024-01-13/msys2-x86_64-20240113.exe";
pragma Style_Checks ("M80");

Default_Msys2_Installer : constant String
:= AAA.Strings.Split (Default_Msys2_Installer_URL, '/').Last_Element;

-- MSYS2

Expand Down

0 comments on commit f78fedb

Please sign in to comment.