Skip to content

Commit

Permalink
Update gnat_native-14.2.1.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien-Chouteau authored Feb 17, 2025
1 parent cca1c65 commit 165b86a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion index/gn/gnat_native/gnat_native-14.2.1.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ auto-gpr-with = false
[configuration]
disabled = true

[environment."case(os)".linux."case(host-arch)".x86-64]
[environment."case(os)".linux]
PATH.prepend = "${CRATE_ROOT}/bin"
LIBRARY_PATH.prepend = "${CRATE_ROOT}/lib64"
LD_LIBRARY_PATH.prepend = "${CRATE_ROOT}/lib64"
Expand All @@ -35,6 +35,11 @@ binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.2.0-1/gnat-x86_64-linux-14.2.0-1.tar.gz"
hashes = ["sha256:06bb3def7f70371d601a5c8b93bc4933c50873a5e5ba26aa7ee3447dda687722"]

[origin."case(os)".linux."case(host-arch)".aarch64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.2.0-1/gnat-aarch64-linux-14.2.0-1.tar.gz"
hashes = ["sha256:a28acec19866f46135594d7a1c6cca6085396598a256d03a4d01d8cb83f517dd"]

[origin."case(os)".windows."case(host-arch)".x86-64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.2.0-1/gnat-x86_64-windows64-14.2.0-1.tar.gz"
Expand Down

0 comments on commit 165b86a

Please sign in to comment.