Skip to content

Commit

Permalink
Replace GNAT 14.1.2 by 14.1.3
Browse files Browse the repository at this point in the history
This new build fixes a problem with Arm Cortex-M run-times.
  • Loading branch information
Fabien-Chouteau committed Jun 6, 2024
1 parent ea3d6f3 commit 9cd56e5
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 32 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

name = "gnat_arm_elf"
version = "14.1.2"
provides = ["gnat=14.1.2"]
version = "14.1.3"
provides = ["gnat=14.1.3"]
description = "The GNAT Ada compiler - ARM cross-compiler"
maintainers = ["[email protected]"]
maintainers-logins = ["Fabien-Chouteau"]
Expand All @@ -17,15 +17,15 @@ PATH.prepend = "${CRATE_ROOT}/bin"

[origin."case(os)".linux."case(host-arch)".x86-64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.1.0-2/gnat-arm-elf-linux64-14.1.0-2.tar.gz"
hashes = ["sha256:3cc4a87e04bd1e189bcf038bf7d03d8b532595adbf314652c4130cc76614dc2e"]
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.1.0-3/gnat-arm-elf-linux64-14.1.0-3.tar.gz"
hashes = ["sha256:f019f928ab210097e6fbfda48efdbdc35f4a5d81af027ca47e0123801e89cd1b"]

[origin."case(os)".windows."case(host-arch)".x86-64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.1.0-2/gnat-arm-elf-windows64-14.1.0-2.tar.gz"
hashes = ["sha256:18377a984c68032a619f0533a8bc091640b042aa102488e79e93e0c695d3b020"]
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.1.0-3/gnat-arm-elf-windows64-14.1.0-3.tar.gz"
hashes = ["sha256:184f9b28565f0c6f849cf87b6268e65702821bea68b942f381fe4a517f806851"]

[origin."case(os)".macos."case(host-arch)".x86-64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.1.0-2/gnat-arm-elf-darwin-14.1.0-2.tar.gz"
hashes = ["sha256:740c6e801667eca34edb8eea245450af9a7050a8b2bacecb642bb41826c7e065"]
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.1.0-3/gnat-arm-elf-darwin-14.1.0-3.tar.gz"
hashes = ["sha256:daafae6dea9220d22d2b11ea8300ba001a4a8f26b8a471e6adcb04864de41861"]
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

name = "gnat_avr_elf"
version = "14.1.2"
provides = ["gnat=14.1.2"]
version = "14.1.3"
provides = ["gnat=14.1.3"]
description = "The GNAT Ada compiler - RISC-V cross-compiler"
maintainers = ["[email protected]"]
maintainers-logins = ["Fabien-Chouteau"]
Expand All @@ -17,15 +17,15 @@ PATH.prepend = "${CRATE_ROOT}/bin"

[origin."case(os)".linux."case(host-arch)".x86-64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.1.0-2/gnat-avr-elf-linux64-14.1.0-2.tar.gz"
hashes = ["sha256:8a9b74f3a6fb08bbd5cf94ad5c11931b54c2b68b1df2dd57fa7c419392abc217"]
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.1.0-3/gnat-avr-elf-linux64-14.1.0-3.tar.gz"
hashes = ["sha256:0722154e7f73b650ea9a6c9ebc4872b3cb2af4974adda9fde263b280a7ceef62"]

[origin."case(os)".windows."case(host-arch)".x86-64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.1.0-2/gnat-avr-elf-windows64-14.1.0-2.tar.gz"
hashes = ["sha256:bfd4a0cf303c9acb2cca97b80feb04ee2092412c22ff9ec8d9cd5e312350a702"]
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.1.0-3/gnat-avr-elf-windows64-14.1.0-3.tar.gz"
hashes = ["sha256:e96aec3848717c4589f568cef6293d20c57ff1780a4078b01deea881ff0fe889"]

[origin."case(os)".macos."case(host-arch)".x86-64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.1.0-2/gnat-avr-elf-darwin-14.1.0-2.tar.gz"
hashes = ["sha256:cbb94003b6e70192156533ae1386dae8f618c141b7a79b83c89b5829ef273636"]
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.1.0-3/gnat-avr-elf-darwin-14.1.0-3.tar.gz"
hashes = ["sha256:36ddcda3dd7b60d38076a33fba5f1790ab7bb27666ccedf803a21e18deac299e"]
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

name = "gnat_native"
version = "14.1.2"
provides = ["gnat=14.1.2"]
version = "14.1.3"
provides = ["gnat=14.1.3"]
description = "The GNAT Ada compiler - Native"
maintainers = ["[email protected]"]
maintainers-logins = ["Fabien-Chouteau"]
Expand All @@ -17,15 +17,15 @@ PATH.prepend = "${CRATE_ROOT}/bin"

[origin."case(os)".linux."case(host-arch)".x86-64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.1.0-2/gnat-x86_64-linux-14.1.0-2.tar.gz"
hashes = ["sha256:0db26ef3b35d56ecb199ca17f312d0d755c2596ddb5aff77ca807f4267e9ba66"]
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.1.0-3/gnat-x86_64-linux-14.1.0-3.tar.gz"
hashes = ["sha256:965c1e0ebb3b78462557921122a2f7abba5af214fec4a22d072d1c9121a07015"]

[origin."case(os)".windows."case(host-arch)".x86-64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.1.0-2/gnat-x86_64-windows64-14.1.0-2.tar.gz"
hashes = ["sha256:ff0e5e89ce5e147f2d4cc4fc7f1864727910b6ff61d223b5675eff8353aeed08"]
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.1.0-3/gnat-x86_64-windows64-14.1.0-3.tar.gz"
hashes = ["sha256:6c25884a6d3d02b18f465116b4569820e6e5fbad70aa4c48676d36f73c0ebe1f"]

[origin."case(os)".macos."case(host-arch)".x86-64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.1.0-2/gnat-x86_64-darwin-14.1.0-2.tar.gz"
hashes = ["sha256:0279b2f34c4dfe5f900c5830f36bda9c73316cf2a41f57064b03aaa35b8da9b0"]
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.1.0-3/gnat-x86_64-darwin-14.1.0-3.tar.gz"
hashes = ["sha256:ece13bc531681252b89863fc557e963d0fccbf490b0e6e672b2876bd888d09f8"]
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

name = "gnat_riscv64_elf"
version = "14.1.2"
provides = ["gnat=14.1.2"]
version = "14.1.3"
provides = ["gnat=14.1.3"]
description = "The GNAT Ada compiler - AVR cross-compiler"
maintainers = ["[email protected]"]
maintainers-logins = ["Fabien-Chouteau"]
Expand All @@ -17,15 +17,15 @@ PATH.prepend = "${CRATE_ROOT}/bin"

[origin."case(os)".linux."case(host-arch)".x86-64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.1.0-2/gnat-riscv64-elf-linux64-14.1.0-2.tar.gz"
hashes = ["sha256:7cb9730fd36ee87ccc071a92370b84676e0ebbed6fe05ca27bbc9a73b67e9163"]
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.1.0-3/gnat-riscv64-elf-linux64-14.1.0-3.tar.gz"
hashes = ["sha256:9a6b9043a35db78d1ed901488eb45392495d14f51cc06f8e4ad7f06d68479e98"]

[origin."case(os)".windows."case(host-arch)".x86-64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.1.0-2/gnat-riscv64-elf-windows64-14.1.0-2.tar.gz"
hashes = ["sha256:643e2f5542444b48dbf19caa363ac0cb66a6d73892f1240df7918e021b72f442"]
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.1.0-3/gnat-riscv64-elf-windows64-14.1.0-3.tar.gz"
hashes = ["sha256:88ba186a2630b52f297324a3316d7eb7a7cb68be4fe21a29e11420b25e287fe1"]

[origin."case(os)".macos."case(host-arch)".x86-64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.1.0-2/gnat-riscv64-elf-darwin-14.1.0-2.tar.gz"
hashes = ["sha256:8d2c2b24965679e1699987d51c010c5ad98bc9f7f916add8e9daae23ef957f8c"]
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.1.0-3/gnat-riscv64-elf-darwin-14.1.0-3.tar.gz"
hashes = ["sha256:cff3a81e6e8d21bc00ab9428219822ebd14515995a87cb34a56449896cc1fe77"]

0 comments on commit 9cd56e5

Please sign in to comment.