diff options
| author | Yamashita Yuu | 2013-12-16 14:02:04 +0900 |
|---|---|---|
| committer | Adam Vandenberg | 2013-12-16 19:51:31 -0800 |
| commit | 9fac4d4ea6cb6b8fb16e46b9c1e1fdfc42df84bc (patch) | |
| tree | 07949e6520e92e04980a6b076fe604583a064719 | |
| parent | b3e19afef502ba62e5354cdd6bccc65f9138edd7 (diff) | |
| download | homebrew-9fac4d4ea6cb6b8fb16e46b9c1e1fdfc42df84bc.tar.bz2 | |
pyenv v0.4.0-20131217
Changes:
* python-build: Add new CPython releases; 3.3.3
* python-build: Add new CPython releases candidates; 3.4.0b1
* python-build: Add new PyPy releases; pypy-2.2.1, pypy-2.2.1-src
* python-build: Update default setuptools version (1.3.2 -> 2.0)
* python-build: Imported recent changes from ruby-build v20131211
* python-build: Fix broken build of CPython 3.3+ on Darwin
* python-build: Not build GNU Readline uselessly on Darwin
* pyenv: Fix pyenv-prefix to trim "/bin" in `pyenv prefix system`
Closes #25273.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/pyenv.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/pyenv.rb b/Library/Formula/pyenv.rb index 9206ec3c8..35449b4ca 100644 --- a/Library/Formula/pyenv.rb +++ b/Library/Formula/pyenv.rb @@ -2,8 +2,8 @@ require 'formula' class Pyenv < Formula homepage 'https://github.com/yyuu/pyenv' - url 'https://github.com/yyuu/pyenv/archive/v0.4.0-20131116.tar.gz' - sha1 'edbe76ffc1e9b2fc180c1beaffd294946eae7917' + url 'https://github.com/yyuu/pyenv/archive/v0.4.0-20131217.tar.gz' + sha1 '2d2a89bd89bce88a0e09b1473ef786bbdcb08394' head 'https://github.com/yyuu/pyenv.git' |
