update a few URLs to use https: instead of http:

This commit is contained in:
Axel Kohlmeyer
2020-06-10 12:34:09 -04:00
parent f36a84bdd3
commit 6891fa2610
3 changed files with 3 additions and 3 deletions

View File

@ -78,7 +78,7 @@ if pathflag:
if buildflag:
print("Downloading Eigen ...")
eigentar = os.path.join(homepath, tarball)
url = "http://bitbucket.org/eigen/eigen/get/%s.tar.gz" % version
url = "https://bitbucket.org/eigen/eigen/get/%s.tar.gz" % version
geturl(url, eigentar)
# verify downloaded archive integrity via md5 checksum, if known.