Skip to content

Commit ad8cae8

Browse files
committed
Use HTTPS protocol for prerequisite downloads
- Help prevent MITM attacks - Ensure secure best practices - Use HTTPS urls wherever possible/available
1 parent 268dd64 commit ad8cae8

File tree

5 files changed

+7
-383
lines changed

5 files changed

+7
-383
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77
global:
88
- CACHE="${HOME}/.local"
99
- MPICH_VER="3.2"
10-
- MPICH_URL_HEAD="http://www.mpich.org/static/downloads/${MPICH_VER}"
10+
- MPICH_URL_HEAD="https://www.mpich.org/static/downloads/${MPICH_VER}"
1111
- MPICH_URL_TAIL="mpich-${MPICH_VER}.tar.gz"
1212
- MPICH_DIR="${HOME}/.local/usr/mpich"
1313
- MPICH_GCC6_BOT_URL_HEAD="https://github.com/sourceryinstitute/OpenCoarrays/files/979804/"

doc/robodoc.css

Lines changed: 0 additions & 309 deletions
This file was deleted.

doc/robodoc.rc

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)