Skip to content

Commit 57d1d80

Browse files
authored
Merge pull request #20 from J0WI/patch-1
Use "https" to fetch SHA checksums
2 parents b868331 + 4542f89 commit 57d1d80

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)