Updated dependencies

This commit is contained in:
A
2018-02-17 20:13:00 +01:00
parent ec00e07e79
commit a58fb5b12a
3 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -13,7 +13,7 @@ package Alire.Index.Hello is
Desc,
Repo,
"8cac0afddc505794ae3e5634745ce0830129d241",
Depends_On => At_Least_Within_Major (Libhello.V_1_0_0));
Depends_On => Within_Major (Libhello.V_1_0_0));
V_1_0_1 : constant Release :=
Register_Git (Name,
@@ -21,6 +21,6 @@ package Alire.Index.Hello is
Desc,
Repo,
"65725c20778875eef12b61a01b437120932965f3",
Depends_On => At_Least_Within_Major (Libhello.V_1_0_0));
Depends_On => Within_Major (Libhello.V_1_0_0));
end Alire.Index.Hello;