[geany/geany-plugins] b98e52: UpdateChecker: Use new service URL

Enrico Tröger git-noreply at xxxxx
Sun Jun 30 21:44:33 UTC 2019


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Sun, 30 Jun 2019 21:44:33 UTC
Commit:      b98e52684e96605a850b0b3321501ff321675575
             https://github.com/geany/geany-plugins/commit/b98e52684e96605a850b0b3321501ff321675575

Log Message:
-----------
UpdateChecker: Use new service URL

The old URL is kept running only to support old versions.


Modified Paths:
--------------
    updatechecker/src/updatechecker.c

Modified: updatechecker/src/updatechecker.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -47,7 +47,7 @@ enum {
     UPDATECHECK_STARTUP
 };
 
-#define UPDATE_CHECK_URL "https://geany.org/service/version.php"
+#define UPDATE_CHECK_URL "https://geany.org/service/version/"
 
 static GtkWidget *main_menu_item = NULL;
 static void update_check_result_cb(SoupSession *session,



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list