Fixed Simple_Logging

This commit is contained in:
A
2018-02-20 12:35:22 +01:00
parent 497799120e
commit 1db246d08c
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -16,6 +16,6 @@ package Alire.Index.Alire is
"2b6d3f2a116cb7c18f392015c792038892815055",
Depends_On =>
Within_Major (Semantic_Versioning.Latest) and
Within_Major (Simple_Logging.V_1_0_0));
Within_Major (Simple_Logging.V_1));
end Alire.Index.Alire;
+1 -1
View File
@@ -16,6 +16,6 @@ package Alire.Index.Alr is
"10a98e9d14ea129271e5de9a3a4e46a14610fbc2",
Depends_On =>
Within_Major (Alire.Latest) and
Within_Major (Simple_Logging.V_1_0_0));
Within_Major (Simple_Logging.V_1));
end Alire.Index.Alr;
+6 -6
View File
@@ -5,11 +5,11 @@ package Alire.Index.Simple_Logging is
Desc : constant Project_Description := "Simple logging to console";
V_1_0_0 : constant Release :=
Register_Git (Name,
V ("1.0.0"),
Desc,
Repo,
"81a00b835cc84a74e7008015623bce018b2fa72a");
V_1 : constant Release :=
Register_Git (Name,
V ("1.0.1"),
Desc,
Repo,
"0d5ab8764f667107892a0c832a7a70a2c6b7efe2");
end Alire.Index.Simple_Logging;