summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-01-03 19:20:34 +0100
committerJens Georg <mail@jensge.org>2022-01-03 19:20:34 +0100
commitcb046c39c6eb3717fad1a258ea659111eece5e23 (patch)
tree1d7e4102d4295687d81bcffcd701564daf760fbc
parenta92c58c795c84ba7ae873bb93930f5dd09b0c713 (diff)
downloadrygel-cb046c39c6eb3717fad1a258ea659111eece5e23.tar.gz
flatpak: Use GSSDP and GUPnP 1.4 branches
-rw-r--r--build-aux/org.gnome.Rygel.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/org.gnome.Rygel.json b/build-aux/org.gnome.Rygel.json
index 6c13cb92..be5dc041 100644
--- a/build-aux/org.gnome.Rygel.json
+++ b/build-aux/org.gnome.Rygel.json
@@ -40,7 +40,7 @@
{
"type" : "git",
"url" : "https://gitlab.gnome.org/GNOME/gssdp.git/",
- "branch" : "master"
+ "branch" : "gssdp-1.4"
}
]
},
@@ -51,7 +51,7 @@
{
"type" : "git",
"url" : "https://gitlab.gnome.org/GNOME/gupnp.git/",
- "branch" : "master"
+ "branch" : "gupnp-1.4"
}
]
},