Skip to content

Commit

Permalink
muntsos_raspberrypi3 release 9.0.0
Browse files Browse the repository at this point in the history
Updated to use either old Debian 11 toolchain packages
or new Debian 12 toolchain packages.
  • Loading branch information
pmunts committed Jan 15, 2024
1 parent 1079630 commit 03341ff
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions index/mu/muntsos_raspberrypi3/muntsos_raspberrypi3-9.0.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name = "muntsos_raspberrypi3"
description = "MuntsOS Embedded Linux support for RaspberryPi3 targets"
tags = ["muntsos", "embedded", "linux", "arm64", "raspberrypi3"]
version = "9.0.0"
website = "https://github.com/pmunts/muntsos"

authors = ["Philip Munts"]
maintainers = ["Philip Munts <[email protected]>"]
maintainers-logins = ["pmunts"]

project-files = ["aws.gpr", "libsimpleio.gpr"]

[available."case(os)"]
"linux" = true
"..." = false

[configuration]
disabled = true

[[depends-on]]
muntsos_dev_aarch64 = "*"

[[actions]]
type = "post-fetch"
command = ["sh", "-c", "./postfetch"]

[origin]
hashes = [
"sha256:a9baf5be893ea803115d38181a00058e5c48889a0d8da44c7b0f907dea229107",
"sha512:7124442e75208cf570cac93905256ba2912ae267073623c0aa521fdaf8710089b3e690486347dd342ac139f3d34dc40b7608bb2740195ec9eb2d916b6594b484",
]
url = "http://repo.munts.com/alire/muntsos_raspberrypi3-9.0.0.tbz2"

0 comments on commit 03341ff

Please sign in to comment.