aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pyenv.rb
diff options
context:
space:
mode:
authorYamashita Yuu2013-10-23 15:51:25 +0900
committerMike McQuaid2013-10-23 12:00:20 +0100
commit6fcff2d4b4661f390eb8da597127d349d3da3eb3 (patch)
tree90e8e9dc22dc22cdc6f507acaa7c02a90c34f2fa /Library/Formula/pyenv.rb
parent62dd12ff7ed7be053d516a16a011bc4d7e31a7d2 (diff)
downloadhomebrew-6fcff2d4b4661f390eb8da597127d349d3da3eb3.tar.bz2
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 <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/pyenv.rb')
-rw-r--r--Library/Formula/pyenv.rb4
1 files changed, 2 insertions, 2 deletions
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'