mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
updates: use HTTP, not HTTPS
The files are hashed and the hashes signed
This commit is contained in:
parent
dc110a4391
commit
72d40f13a4
@ -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)
|
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://updates.getmonero.org/";
|
static const char base[] = "http://updates.getmonero.org/";
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
static const char extension[] = ".zip";
|
static const char extension[] = ".zip";
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user