From d72f58d2f615f33bd69872e0eb40ae359598097c Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Mon, 30 Apr 2018 11:03:04 +0200 Subject: [PATCH] alr 0.4, closes #29 --- index/alire-index-alr.ads | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/index/alire-index-alr.ads b/index/alire-index-alr.ads index 77dff849..b6aac09e 100644 --- a/index/alire-index-alr.ads +++ b/index/alire-index-alr.ads @@ -19,15 +19,15 @@ package Alire.Index.Alr is Author ("Alejandro R. Mosteo") and License (GPL_3_0)); - V_0_1_2 : constant Release := + V_0_4 : constant Release := Project.Register (V_0 .Upgrading - (V ("0.1.2"), - Git (Repo, "4002536beea8aee12b455077df4dd144b409bde4")) + (V ("0.4"), + Git (Repo, "dab80238f3fb9d07deec34919f8306a9d5f9e131")) .Extending (Dependencies => - Alire.V_0_1_2.Within_Minor)); + Alire.V_0_4.Within_Minor)); V_0_2 : constant Release := Project.Register @@ -39,4 +39,14 @@ package Alire.Index.Alr is (Dependencies => Alire.V_0_2.Within_Minor)); + V_0_1_2 : constant Release := + Project.Register + (V_0 + .Upgrading + (V ("0.1.2"), + Git (Repo, "4002536beea8aee12b455077df4dd144b409bde4")) + .Extending + (Dependencies => + Alire.V_0_1_2.Within_Minor)); + end Alire.Index.Alr;