Skip to content

Commit 4542f89

Browse files
authored
Use "https" to fetch SHA checksums
1 parent b868331 commit 4542f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ versions=( "${versions[@]%/}" )
1313

1414
pipVersion="$(curl -fsSL 'https://pypi.org/pypi/pip/json' | jq -r .info.version)"
1515

16-
sha256s="$(curl -fsSL 'http://pypy.org/download.html')"
16+
sha256s="$(curl -fsSL 'https://pypy.org/download.html')"
1717
scrapeSha256() {
1818
local pypy="$1"; shift
1919
local fullVersion="$1"; shift

0 commit comments

Comments
 (0)