We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b868331 + 4542f89 commit 57d1d80Copy full SHA for 57d1d80
update.sh
@@ -13,7 +13,7 @@ versions=( "${versions[@]%/}" )
13
14
pipVersion="$(curl -fsSL 'https://pypi.org/pypi/pip/json' | jq -r .info.version)"
15
16
-sha256s="$(curl -fsSL 'http://pypy.org/download.html')"
+sha256s="$(curl -fsSL 'https://pypy.org/download.html')"
17
scrapeSha256() {
18
local pypy="$1"; shift
19
local fullVersion="$1"; shift
0 commit comments