Fixed Simple_Logging
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user