whitespaces
This commit is contained in:
@@ -10,7 +10,13 @@ package Alire.Index.Hello is
|
|||||||
V ("1.0.0"),
|
V ("1.0.0"),
|
||||||
Repo,
|
Repo,
|
||||||
"8cac0afddc505794ae3e5634745ce0830129d241",
|
"8cac0afddc505794ae3e5634745ce0830129d241",
|
||||||
-- Depends_On ("libhello", At_Least_Within_Major (V ("1.0.0"))));
|
|
||||||
Depends_On => At_Least_Within_Major (Libhello.V_1_0_0));
|
Depends_On => At_Least_Within_Major (Libhello.V_1_0_0));
|
||||||
|
|
||||||
|
V_1_0_1 : constant Release :=
|
||||||
|
Register_Git (Name,
|
||||||
|
V ("1.0.1"),
|
||||||
|
Repo,
|
||||||
|
"65725c20778875eef12b61a01b437120932965f3",
|
||||||
|
Depends_On => At_Least_Within_Major (Libhello.V_1_0_0));
|
||||||
|
|
||||||
end Alire.Index.Hello;
|
end Alire.Index.Hello;
|
||||||
|
|||||||
@@ -28,6 +28,6 @@ private
|
|||||||
Initialized : Boolean := False;
|
Initialized : Boolean := False;
|
||||||
end record;
|
end record;
|
||||||
|
|
||||||
overriding procedure Finalize (This : in out Folder_Guard);
|
overriding procedure Finalize (This : in out Folder_Guard);
|
||||||
|
|
||||||
end Alire.OS_Lib;
|
end Alire.OS_Lib;
|
||||||
|
|||||||
Reference in New Issue
Block a user