updates: use HTTP, not HTTPS

The files are hashed and the hashes signed
pull/95/head
moneromooo-monero 7 years ago
parent dc110a4391
commit 72d40f13a4
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -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://updates.getmonero.org/";
static const char base[] = "http://updates.getmonero.org/";
#ifdef _WIN32
static const char extension[] = ".zip";
#else

Loading…
Cancel
Save