[multimedia/rattlesnake] /: CI - Flatpak - Update Versions
Justin Zobel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 49816497a152ebabfb77b18e6a6a6774698b6f9d by Justin Zobel, on behalf of Justin Zobel.
Committed on 17/07/2026 at 11:49.
Pushed by justinzobel into branch 'master'.
CI - Flatpak - Update Versions
M +9 -6 .flatpak-manifest.json
https://invent.kde.org/multimedia/rattlesnake/-/commit/49816497a152ebabfb77b18e6a6a6774698b6f9d
diff --git a/.flatpak-manifest.json b/.flatpak-manifest.json
index f171f3a..b22331f 100644
--- a/.flatpak-manifest.json
+++ b/.flatpak-manifest.json
@@ -1,10 +1,12 @@
- {
+{
"id": "org.kde.rattlesnake",
"runtime": "org.kde.Platform",
"runtime-version": "6.10",
"sdk": "org.kde.Sdk",
"command": "rattlesnake",
- "tags": ["nightly"],
+ "tags": [
+ "nightly"
+ ],
"desktop-file-name-suffix": " (Nightly)",
"finish-args": [
"--socket=pulseaudio",
@@ -24,8 +26,8 @@
"sources": [
{
"type": "archive",
- "url": "https://download.kde.org/stable/kirigami-addons/kirigami-addons-1.3.0.tar.xz",
- "sha256": "f5e44d7a7d7dfd866c529bb004f7204013609a16c9757091fcdb2c6c5be00ff3",
+ "url": "https://download.kde.org/stable/kirigami-addons/kirigami-addons-1.10.0.tar.xz",
+ "sha256": "c98f92bf7c452e12f6dc403404215413db3959fe904ad830ead0db6bb09b3d11",
"x-checker-data": {
"type": "anitya",
"project-id": 242933,
@@ -43,10 +45,11 @@
{
"type": "dir",
"path": ".",
- "skip": [".git"]
+ "skip": [
+ ".git"
+ ]
}
]
}
]
}
-