summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-05-03 13:45:56 +0200
committerJens Georg <mail@jensge.org>2022-05-23 12:18:58 +0200
commit144febd1033fa65205bc3c85abb1809353cb02d4 (patch)
treea472e9e6d755a4cad89a5a6665c308733b5c1d11 /doc
parentd10753d704a775d163a43ad56706c850d6775044 (diff)
downloadgupnp-144febd1033fa65205bc3c85abb1809353cb02d4.tar.gz
doc: Fix required versions and links to projects
Diffstat (limited to 'doc')
-rw-r--r--doc/gupnp.toml.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/gupnp.toml.in b/doc/gupnp.toml.in
index e416445..036bdb4 100644
--- a/doc/gupnp.toml.in
+++ b/doc/gupnp.toml.in
@@ -7,7 +7,7 @@ website_url = "https://gupnp.org"
logo_url = "gupnp-logo-short.svg"
license = "LGPL-2.1-or-later"
description = "UPnP implementation using GObject"
-dependencies = [ "GObject-2.0", "GSSDP-1.2", "Soup-2.4", "libxml2-2.0" ]
+dependencies = [ "GObject-2.0", "GSSDP-1.6", "Soup-3.0", "libxml2-2.0" ]
devhelp = true
search_index = true
authors = "The GUPnP developers"
@@ -24,15 +24,15 @@ name = "GObject"
description = "The base type system library"
docs_url = "https://developer.gnome.org/gobject/stable"
-[dependencies."GSSDP-1.2"]
+[dependencies."GSSDP-1.6"]
name = "GSSDP"
description = "SSDP implementation using GObject"
docs_url = "https://gnome.pages.gitlab.gnome.org/gssdp/docs/"
-[dependencies."Soup-2.4"]
+[dependencies."Soup-3.0"]
name = "Soup"
description = "A HTTP handling library"
-docs_url = "https://developer.gnome.org/libsoup/stable"
+docs_url = "https://libsoup.org/libsoup-3.0/index.html"
[dependencies."libxml2-2.0"]
name = "LibXML2"