[education/rkward] /: CI - Flatpak - Update Versions
Justin Zobel
null at kde.org
Sun Dec 7 11:18:31 GMT 2025
Git commit 553b46e59b83403ddf014066741a748d102ae966 by Justin Zobel.
Committed on 07/12/2025 at 10:26.
Pushed by justinzobel into branch 'master'.
CI - Flatpak - Update Versions
M +21 -11 .flatpak-manifest.json
https://invent.kde.org/education/rkward/-/commit/553b46e59b83403ddf014066741a748d102ae966
diff --git a/.flatpak-manifest.json b/.flatpak-manifest.json
index 3b8034818..bc2e18436 100644
--- a/.flatpak-manifest.json
+++ b/.flatpak-manifest.json
@@ -7,7 +7,9 @@
"base": "io.qt.qtwebengine.BaseApp",
"base-version": "6.8",
"command": "rkward",
- "tags": ["nightly"],
+ "tags": [
+ "nightly"
+ ],
"desktop-file-name-suffix": " (Nightly)",
"finish-args": [
"--share=ipc",
@@ -19,14 +21,16 @@
],
"modules": [
{
- "name" : "R",
- "buildsystem" : "autotools",
- "config-opts" : [ "--enable-R-shlib=yes" ],
- "sources" : [
+ "name": "R",
+ "buildsystem": "autotools",
+ "config-opts": [
+ "--enable-R-shlib=yes"
+ ],
+ "sources": [
{
- "type" : "archive",
- "url" : "https://cloud.r-project.org/src/base/R-4/R-4.3.3.tar.gz",
- "sha256" : "80851231393b85bf3877ee9e39b282e750ed864c5ec60cbd68e6e139f0520330",
+ "type": "archive",
+ "url": "https://cloud.r-project.org/src/base/R-4/R-4.5.2.tar.gz",
+ "sha256": "0d71ff7106ec69cd7c67e1e95ed1a3cee355880931f2eb78c530014a9e379f20",
"x-checker-data": {
"type": "anitya",
"project-id": 4150,
@@ -39,15 +43,21 @@
{
"name": "kate",
"buildsystem": "cmake-ninja",
- "sources": [ { "type": "git", "url": "https://invent.kde.org/utilities/kate.git", "branch": "master" } ]
+ "sources": [
+ {
+ "type": "git",
+ "url": "https://invent.kde.org/utilities/kate.git",
+ "branch": "master"
+ }
+ ]
},
{
"buildsystem": "cmake",
"name": "rkward",
"sources": [
{
- "type": "dir",
- "path": "."
+ "type": "dir",
+ "path": "."
}
]
}
More information about the rkward-tracker
mailing list