[utilities/kate] /: CI: Flatpak: Use a released version of KIO Extras
Justin Zobel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 8f49c48dafdf04d5d4436b0b8ec15c265182e446 by Justin Zobel, on behalf of Justin Zobel.
Committed on 02/08/2026 at 05:32.
Pushed by justinzobel into branch 'master'.
CI: Flatpak: Use a released version of KIO Extras
M +9 -3 .flatpak-manifest.json
https://invent.kde.org/utilities/kate/-/commit/8f49c48dafdf04d5d4436b0b8ec15c265182e446
diff --git a/.flatpak-manifest.json b/.flatpak-manifest.json
index a19ac41429..b8c5301a28 100644
--- a/.flatpak-manifest.json
+++ b/.flatpak-manifest.json
@@ -37,10 +37,16 @@
"buildsystem": "cmake-ninja",
"sources": [
{
- "type": "git",
- "url":"https://invent.kde.org/network/kio-extras.git"
+ "type": "archive",
+ "url":"https://download.kde.org/stable/release-service/26.04.3/src/kio-extras-26.04.3.tar.xz",
+ "sha256": "8448075fdedd1e5ae43b865337f5ac3ca39037726dd0deaa061797fa84d31d63",
+ "x-checker-data": {
+ "type": "anitya",
+ "project-id": 8763,
+ "url-template": "https://download.kde.org/stable/release-service/$version/src/kio-extras-$version.tar.xz"
+ }
}
- ]
+ ]
},
{
"name": "libssh",