Quellcode durchsuchen

use https for download URLs

Conflicts:
	plugins/python-build/bin/python-build
pull/271/head
Eric Mill vor 10 Jahren
committed von Yamashita Yuu
Ursprung
Commit
2e387816f1
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      plugins/python-build/bin/python-build

+ 1
- 1
plugins/python-build/bin/python-build Datei anzeigen

@ -1626,7 +1626,7 @@ else
fi
if [ -z "$PYTHON_BUILD_MIRROR_URL" ]; then
PYTHON_BUILD_MIRROR_URL="http://yyuu.github.io/pythons"
PYTHON_BUILD_MIRROR_URL="https://yyuu.github.io/pythons"
else
PYTHON_BUILD_MIRROR_URL="${PYTHON_BUILD_MIRROR_URL%/}"
fi

Laden…
Abbrechen
Speichern