mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-22 23:42:24 +00:00
updates: use updates host, not downloads, for HTTP
This commit is contained in:
parent
e960be55ed
commit
45101550f2
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ namespace tools
|
|||
|
||||
std::string get_update_url(const std::string &software, const std::string &subdir, const std::string &buildtag, const std::string &version)
|
||||
{
|
||||
static const char base[] = "https://downloads.getmonero.org/";
|
||||
static const char base[] = "https://updates.getmonero.org/";
|
||||
#ifdef _WIN32
|
||||
static const char extension[] = ".zip";
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue