Skip to content

Commit

Permalink
Updated Linux versions in the JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenModelica-Hudson committed May 3, 2024
1 parent 13d4bc7 commit c479fb7
Showing 1 changed file with 22 additions and 10 deletions.
32 changes: 22 additions & 10 deletions static/api/linux.json
@@ -1,16 +1,17 @@
{
"version": {
"release": "1.22.3",
"stable": "1.24.0~dev-11-geb2a157",
"nightly": "1.24.0~dev-38-g2d2e5b6"
"release": "1.22.4",
"stable": "1.24.0~dev-16-gaa27cc1",
"nightly": "1.24.0~dev-60-g7b27e79"
},
"deb": {
"amd64": [
"bookworm",
"bullseye",
"focal",
"jammy",
"mantic"
"mantic",
"noble"
],
"arm64": [
"bookworm",
Expand Down Expand Up @@ -51,6 +52,9 @@
],
"fc39": [
"openmodelica-nightly"
],
"fc40": [
"openmodelica-nightly"
]
}
},
Expand All @@ -60,11 +64,13 @@
"el7": "2024-06-30",
"el8": "2029-03-01",
"el9": "2032-05-31",
"fc38": "2024-05-18",
"fc39": "2024-12-07",
"fc38": "2024-05-14",
"fc39": "2024-11-12",
"fc40": "2025-05-13",
"focal": "2025-04-02",
"jammy": "2027-04-01",
"mantic": "2024-07-01"
"mantic": "2024-07-01",
"noble": "2036-04-25"
},
"pkg": {
"clang": {
Expand All @@ -75,9 +81,11 @@
"el9": "-",
"fc38": "-",
"fc39": "-",
"fc40": "-",
"focal": "10.0",
"jammy": "14.0",
"mantic": "16.0"
"mantic": "16.0",
"noble": "18.0"
},
"cmake": {
"bookworm": "3.25.1",
Expand All @@ -87,9 +95,11 @@
"el9": "3.20.2",
"fc38": "3.27.7",
"fc39": "3.27.7",
"fc40": "3.28.2",
"focal": "3.16.3",
"jammy": "3.22.1",
"mantic": "3.27.4"
"mantic": "3.27.4",
"noble": "3.28.3"
},
"gcc": {
"bookworm": "12.2.0",
Expand All @@ -99,9 +109,11 @@
"el9": "11.4.1",
"fc38": "13.2.1",
"fc39": "13.2.1",
"fc40": "14.0.1",
"focal": "9.3.0",
"jammy": "11.2.0",
"mantic": "13.2.0"
"mantic": "13.2.0",
"noble": "13.2.0"
}
}
}

0 comments on commit c479fb7

Please sign in to comment.