File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ for version in "${versions[@]}"; do
19
19
esac
20
20
# <td class="name"><a class="execute" href="/pypy/pypy/downloads/pypy-2.4.0-linux64.tar.bz2">pypy-2.4.0-linux64.tar.bz2</a></td>
21
21
# <td class="name"><a class="execute" href="/pypy/pypy/downloads/pypy3-2.4.0-linux64.tar.bz2">pypy3-2.4.0-linux64.tar.bz2</a></td>
22
- fullVersion=" $( curl -sSL ' https://bitbucket.org/pypy/pypy/downloads' | grep -E " $pypy " ' -v([0-9.]+(-alpha[0-9]*)?)-linux64.tar.bz2' | sed -r ' s/^.*' " $pypy " ' -v([0-9.]+(-alpha[0-9]*)?)-linux64.tar.bz2.*$/\1/' | sort -V | tail -1) "
22
+ fullVersion=" $( curl -sSL ' https://bitbucket.org/pypy/pypy/downloads/ ' | grep -E " $pypy " ' -v([0-9.]+(-alpha[0-9]*)?)-linux64.tar.bz2' | sed -r ' s/^.*' " $pypy " ' -v([0-9.]+(-alpha[0-9]*)?)-linux64.tar.bz2.*$/\1/' | sort -V | tail -1) "
23
23
24
24
# <p>pypy2.7-5.4.0 sha256:</p>
25
25
# <pre class="literal-block">
You can’t perform that action at this time.
0 commit comments