This website works better with JavaScript.
Home
Explore
Help
Sign In
isprogram
/
pyenv
mirror of
https://github.com/pyenv/pyenv.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
241
Wiki
Activity
Browse Source
Fix sha256 sum
pull/932/head
Samuel Villamonte
9 years ago
parent
88e46c4b5a
commit
e0b0147056
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
plugins/python-build/share/python-build/pypy3.5-portable-5.8.0
+ 1
- 1
plugins/python-build/share/python-build/pypy3.5-portable-5.8.0
View File
@ -1,6 +1,6 @@
case "$(pypy_architecture 2>/dev/null || true)" in
"linux64" )
install_package "pypy3.5-5.8-beta-linux_x86_64-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy3.5-5.8-beta-linux_x86_64-portable.tar.bz2#
https://bitbucket.org/squeaky/portable-pypy/downloads/pypy3.5-5.8-beta-linux_x86_64-portable.tar.bz2
" "pypy" verify_py35 ensurepip
install_package "pypy3.5-5.8-beta-linux_x86_64-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy3.5-5.8-beta-linux_x86_64-portable.tar.bz2#
337fd7e947a74cb09253f5ff330fb1be471b1d7a64c2d0340ac387920e71bf3c
" "pypy" verify_py35 ensurepip
;;
* )
{ echo
Write
Preview
Loading…
Cancel
Save