From 6fcff2d4b4661f390eb8da597127d349d3da3eb3 Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Wed, 23 Oct 2013 15:51:25 +0900 Subject: pyenv 0.4.0-20131023 Changes: * pyenv: Improved [fish shell](http://fishshell.com/) support * python-build: Add new PyPy releases; pypy-2.1, pypy-2.1-src, * pypy3-2.1-beta1, pypy3-2.1-beta1-src * python-build: Add ancient versions; 2.4, 2.4.1, 2.4.3, 2.4.4 and 2.4.5 * python-build: Add alpha releases; 3.4.0a2, 3.4.0a3, 3.4.0a4 * python-build: Update default pip version (1.4 -> 1.4.1) * python-build: Update default setuptools version (0.9.7 -> 1.1.6) Closes #23462. Signed-off-by: Mike McQuaid --- 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 7b063570b..3485a6665 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-20130726.tar.gz' - sha1 'e56af71947e178b8f0281cfe6bf9a3f2070fb962' + url 'https://github.com/yyuu/pyenv/archive/v0.4.0-20131023.tar.gz' + sha1 'c869a01e663e762a4ee116d12c1b36e3a3563c8f' head 'https://github.com/yyuu/pyenv.git' -- cgit v1.2.3