소스 검색

use https for download URLs

Conflicts:
	plugins/python-build/bin/python-build
pull/271/head
Eric Mill 10 년 전
committed by Yamashita Yuu
부모
커밋
2e387816f1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      plugins/python-build/bin/python-build

+ 1
- 1
plugins/python-build/bin/python-build 파일 보기

@ -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

불러오는 중...
취소
저장