Skip to content

Commit

Permalink
Update gprbuild-24.0.1.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien-Chouteau committed Feb 17, 2025
1 parent 353ed76 commit 9c1ae56
Show file tree
Hide file tree
Showing 2 changed files with 11 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
5 changes: 5 additions & 0 deletions index/gp/gprbuild/gprbuild-24.0.1.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,8 @@ disabled = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gprbuild-24.0.0-1/gprbuild-aarch64-darwin-24.0.0-1.tar.gz"
hashes = ["sha256:6f6b6658f1418f1f43d99f151b8bdcbf1a583dc7cb09348dfec4ca841955ff9c"]
binary = true

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

0 comments on commit 9c1ae56

Please sign in to comment.