From 755c9b1ae4088129fe7d46e9a0e24a43a17d9cfd Mon Sep 17 00:00:00 2001 From: Jeff Norman Date: Mon, 11 Sep 2023 15:03:58 -0400 Subject: [PATCH] fix for checkupdates --- oscar/checkupdates.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oscar/checkupdates.cpp b/oscar/checkupdates.cpp index bfac4e8f..ed208d6d 100644 --- a/oscar/checkupdates.cpp +++ b/oscar/checkupdates.cpp @@ -64,7 +64,7 @@ QString platformStr() return platform; } -static const QString OSCAR_Version_File = "https://www.sleepfiles.com/OSCAR/versions/versions.xml"; +static const QString OSCAR_Version_File = "http://www.apneaboard.net/OSCAR/versions.xml"; static QString versionXML;