[plasma/spectacle] /: CI: Flatpak: Use git master for kpipewire
Justin Zobel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit cb468468087c056873c4ae585d6caad49c62af00 by Justin Zobel.
Committed on 07/08/2026 at 03:19.
Pushed by justinzobel into branch 'master'.
CI: Flatpak: Use git master for kpipewire
M +2 -2 .flatpak-manifest.json
https://invent.kde.org/plasma/spectacle/-/commit/cb468468087c056873c4ae585d6caad49c62af00
diff --git a/.flatpak-manifest.json b/.flatpak-manifest.json
index bb8b66e96..32bfca59e 100644
--- a/.flatpak-manifest.json
+++ b/.flatpak-manifest.json
@@ -23,8 +23,8 @@
"sources": [
{
"type": "git",
- "url": "https://invent.kde.org/plasma/kpipewire.git",
- "tag": "v5.27.5"
+ "url": "https://invent.kde.org/plasma/kpipewire.git"
+ "branch": "master"
}
]
},