From 9fac4d4ea6cb6b8fb16e46b9c1e1fdfc42df84bc Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Mon, 16 Dec 2013 14:02:04 +0900 Subject: 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 --- Library/Formula/pyenv.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') 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' -- cgit v1.2.3