Skip to content

Commit

Permalink
Bump submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo committed Sep 14, 2024
1 parent 8e69626 commit 313ee39
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion alire.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ windows = { ALIRE_OS = "windows" }
[[pins]]
[pins.aaa]
url = "https://github.com/mosteo/aaa"
commit = "0c3b440ac183c450345d4a67d407785678779aae"
commit = "ddfeffe2d6c8f9d19161df7b31d16d37bef4ba71"

[pins.ada_toml]
url = "https://github.com/mosteo/ada-toml"
Expand Down
12 changes: 6 additions & 6 deletions src/alr/alr-commands-version.adb
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ package body Alr.Commands.Version is
end if;

Add ("APPLICATION", "");
Add ("alr version:", Alire.Version.Current.Image);
Add ("alr version:", Alire.Version.Current.Image);
Add ("libalire version:", Alire.Version.Current.Image);
Add ("compilation date:",
GNAT.Source_Info.Compilation_ISO_Date & " "
Expand All @@ -99,11 +99,11 @@ package body Alr.Commands.Version is
Add ("");
Add ("CONFIGURATION");
Add ("settings folder:", Alire.Settings.Edit.Path);
Add ("cache folder:", Alire.Cache.Path);
Add ("vault folder:", Paths.Vault.Path);
Add ("build folder:", Build_Path);
Add ("temp folder:", Alire.Platforms.Folders.Temp);
Add ("force flag:", Alire.Force'Image);
Add ("cache folder:", Alire.Cache.Path);
Add ("vault folder:", Paths.Vault.Path);
Add ("build folder:", Build_Path);
Add ("temp folder:", Alire.Platforms.Folders.Temp);
Add ("force flag:", Alire.Force'Image);
Add ("non-interactive flag:",
CLIC.User_Input.Not_Interactive'Image);
Add ("community index branch:", Alire.Index.Community_Branch);
Expand Down

0 comments on commit 313ee39

Please sign in to comment.