From da033fe007734ff4bf8d2d107f8e7afa18639449 Mon Sep 17 00:00:00 2001 From: Enrico Seiler Date: Fri, 6 Dec 2024 20:22:55 +0100 Subject: [PATCH 1/2] [FIX] Version check URL --- include/sharg/detail/version_check.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/sharg/detail/version_check.hpp b/include/sharg/detail/version_check.hpp index b57c93d8..077e533b 100644 --- a/include/sharg/detail/version_check.hpp +++ b/include/sharg/detail/version_check.hpp @@ -188,7 +188,7 @@ class version_checker // build up command for server call std::string command = program + // no user defined input " " + out_file.string() + " " - + std::string{"https://seqan-update.informatik.uni-tuebingen.de/check/SeqAn-Sharg_"} + + + std::string{"https://seqan-update.cs.uni-tuebingen.de/check/SeqAn-Sharg_"} + #ifdef __linux "Linux" + #elif __APPLE__ From ec700f46c4ced7e8c98b700e87f0b717a3549895 Mon Sep 17 00:00:00 2001 From: Enrico Seiler Date: Fri, 6 Dec 2024 20:23:22 +0100 Subject: [PATCH 2/2] [FIX] Mark actual default as default --- include/sharg/detail/version_check.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/sharg/detail/version_check.hpp b/include/sharg/detail/version_check.hpp index 077e533b..2d6cdc0a 100644 --- a/include/sharg/detail/version_check.hpp +++ b/include/sharg/detail/version_check.hpp @@ -343,10 +343,10 @@ class version_checker This app can look for updates automatically in the background, do you want to do that? - [a] Always perform version checks for this app (the default). + [a] Always perform version checks for this app. [n] Never perform version checks for this app. [y] Yes, perform a version check now, and ask again tomorrow. - [s] Skip the version check now, but ask again tomorrow. + [s] Skip the version check now, but ask again tomorrow (the default). Please enter one of [a, n, y, s] and press [RETURN].