mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-22 11:56:22 +00:00
Updated website location in /vercheck
This commit is contained in:
@@ -38,7 +38,7 @@ static size_t _data_callback(void *ptr, size_t size, size_t nmemb, void *data);
|
|||||||
char *
|
char *
|
||||||
release_get_latest()
|
release_get_latest()
|
||||||
{
|
{
|
||||||
char *url = "http://www.boothj5.com/profanity_version.txt";
|
char *url = "http://www.profanity.im/profanity_version.txt";
|
||||||
|
|
||||||
CURL *handle = curl_easy_init();
|
CURL *handle = curl_easy_init();
|
||||||
struct curl_data_t output;
|
struct curl_data_t output;
|
||||||
|
|||||||
@@ -947,7 +947,7 @@ cons_check_version(gboolean not_available_msg)
|
|||||||
wattroff(_cons_win, COLOUR_ONLINE);
|
wattroff(_cons_win, COLOUR_ONLINE);
|
||||||
_win_show_time(_cons_win);
|
_win_show_time(_cons_win);
|
||||||
wattron(_cons_win, COLOUR_ONLINE);
|
wattron(_cons_win, COLOUR_ONLINE);
|
||||||
wprintw(_cons_win, "Check http://www.boothj5.com/profanity.shtml for details.\n");
|
wprintw(_cons_win, "Check <http://www.profanity.im> for details.\n");
|
||||||
wattroff(_cons_win, COLOUR_ONLINE);
|
wattroff(_cons_win, COLOUR_ONLINE);
|
||||||
free(latest_release);
|
free(latest_release);
|
||||||
_win_show_time(_cons_win);
|
_win_show_time(_cons_win);
|
||||||
|
|||||||
Reference in New Issue
Block a user