aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorYamashita Yuu2014-03-11 12:40:12 +0900
committerMike McQuaid2014-03-11 08:10:01 +0000
commit1a55f12ae57f76ec420337210a22ca8ba18f1ff3 (patch)
tree850daefb1624467afac532975d116fba3341d4de /Library/Formula
parente85607b15b240f3ba629ee53ca4aed788c78c0c6 (diff)
downloadhomebrew-1a55f12ae57f76ec420337210a22ca8ba18f1ff3.tar.bz2
pyenv 0.4.0-20140311
Changes: * python-build: Add new CPython releases; 3.3.5 * python-build: Add new CPython release candidates; 3.4.0rc1, 3.4.0rc2, 3.4.0rc3 * python-build: Update default setuptools version (2.2 -> 3.1) * python-build: Update default pip version (1.5.2 -> 1.5.4) * python-build: Import recent changes from ruby-build v20140225 Closes #27399. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-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 a4983f8e7..4053c4c12 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-20140211.tar.gz'
- sha1 'f7c8a5baa9a6f857344935bec3f280a5fe1c6408'
+ url 'https://github.com/yyuu/pyenv/archive/v0.4.0-20140311.tar.gz'
+ sha1 '7f3daf7f147f690d7c75ccbbbe5183d353d02e5d'
head 'https://github.com/yyuu/pyenv.git'