From ceb4a0d5fe181c19da1d85d7cabb9c4ed198a255 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Sun, 11 Nov 2018 18:30:00 +0200 Subject: [PATCH] Change FossHub RSS url for updates The new RSS format is compatible with our current parser. FossHub will redirect old URL to the new one so older clients will not be affected. --- src/gui/programupdater.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/programupdater.cpp b/src/gui/programupdater.cpp index 8ce63a763..c3c9261ee 100644 --- a/src/gui/programupdater.cpp +++ b/src/gui/programupdater.cpp @@ -41,7 +41,7 @@ namespace { - const QString RSS_URL {QStringLiteral("https://www.fosshub.com/software/feedqBittorent")}; + const QString RSS_URL {QStringLiteral("https://www.fosshub.com/feed/5b8793a7f9ee5a5c3e97a3b2.xml")}; QString getStringValue(QXmlStreamReader &xml); }