v20160509
This commit is contained in:
parent
24d05343f8
commit
2017dd0c25
@ -2,6 +2,12 @@
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## 20160509
|
||||||
|
|
||||||
|
* python-build: Fixed wrong SHA256 of `pypy-5.1-linux_x86_64-portable.tar.bz2` (#586, #587)
|
||||||
|
* python-build: Added miniconda[23]-4.0.5
|
||||||
|
* python-build: Added PyPy (Portable) 5.1.1 (#591, #592, #593)
|
||||||
|
|
||||||
## 20160422
|
## 20160422
|
||||||
|
|
||||||
* python-build: Added PyPy 5.1 (#579)
|
* python-build: Added PyPy 5.1 (#579)
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
set -e
|
set -e
|
||||||
[ -n "$PYENV_DEBUG" ] && set -x
|
[ -n "$PYENV_DEBUG" ] && set -x
|
||||||
|
|
||||||
version="20160422"
|
version="20160509"
|
||||||
git_revision=""
|
git_revision=""
|
||||||
|
|
||||||
if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then
|
if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user