From 4f2c55b0ccfe9b2cf620057ff0a747504696d2a6 Mon Sep 17 00:00:00 2001 From: "Alejandro R. Mosteo" Date: Wed, 30 Jun 2021 17:00:55 +0200 Subject: [PATCH] New gnat 10.3 release --- index/gn/gnat/gnat-10.2.0.toml | 14 -------------- index/gn/gnat/gnat-10.3.0-1.toml | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 index/gn/gnat/gnat-10.2.0.toml create mode 100644 index/gn/gnat/gnat-10.3.0-1.toml diff --git a/index/gn/gnat/gnat-10.2.0.toml b/index/gn/gnat/gnat-10.2.0.toml deleted file mode 100644 index 8aa1ceb1..00000000 --- a/index/gn/gnat/gnat-10.2.0.toml +++ /dev/null @@ -1,14 +0,0 @@ -name = "gnat" -version = "10.2" -description = "The GNAT Ada compiler" -maintainers = ["chouteau@adacore.com"] -maintainers-logins = ["Fabien-Chouteau"] - -auto-gpr-with = false - -[environment."case(os)".linux] -PATH.append = "${CRATE_ROOT}/bin" - -[origin."case(os)".linux."case(word-size)".bits-64] -url = "https://github.com/Fabien-Chouteau/verbose-fiesta/releases/download/plop/gnat-x86_64-linux-10.2.0.tar.gz" -hashes = ["sha512:81859fb4bdfd9d51cbdfaffcbd05c709dd079d4989e7b1779b8883ae65bf5670b116a67d79faf0b0d0abac394b4e2d786c48330fe15fecacc36c4d435c71941e"] diff --git a/index/gn/gnat/gnat-10.3.0-1.toml b/index/gn/gnat/gnat-10.3.0-1.toml new file mode 100644 index 00000000..a2addcf8 --- /dev/null +++ b/index/gn/gnat/gnat-10.3.0-1.toml @@ -0,0 +1,14 @@ +name = "gnat" +version = "10.3-1" +description = "The GNAT Ada compiler" +maintainers = ["chouteau@adacore.com"] +maintainers-logins = ["Fabien-Chouteau"] + +auto-gpr-with = false + +[environment."case(os)".linux] +PATH.prepend = "${CRATE_ROOT}/bin" + +[origin."case(os)".linux."case(word-size)".bits-64] +url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-10.3.0-1/gnat-x86_64-linux-10.3.0-1.tar.gz" +hashes = ["sha256:8b7c5dcd858ba01bbb66053bcc2899a7015ef426b0f90d47b5b142b90886a6a2"]