aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorYamashita Yuu2014-04-04 17:13:38 +0900
committerMike McQuaid2014-04-04 10:44:04 +0100
commit2803df401ecc88ca09ffab965d76e9c360d6c718 (patch)
tree25ac7114fa26a410718fb9c4785fe12029764e86 /Library
parent972e0af89bf57e2a0073e78b0926f61c5d032272 (diff)
downloadhomebrew-2803df401ecc88ca09ffab965d76e9c360d6c718.tar.bz2
pyenv 0.4.0-20140404
Changes: * pyenv: Reads only the first word from version file. This is as same behavior as rbenv. * python-build: Fix build of Tkinter with Tcl/Tk 8.6 * python-build: Fix build problem with Readline 6.3 * python-build: Do not exit with errors even if some of modules are absent * python-build: MacOSX was mispelled as MaxOSX in `anaconda_architecture` * python-build: Use default `cc` as the C Compiler to build CPython * python-build: Display value from `pypy_architecture` and `anaconda_architecture` on errors * python-build: Remove old development version; 2.6-dev * python-build: Update default setuptools version (3.3 -> 3.4.1) Closes #28133. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-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 b88003b92..50334b01e 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-20140317.tar.gz'
- sha1 '70ef9a1528ef497f4500ae3ab225ceec5322ebb6'
+ url 'https://github.com/yyuu/pyenv/archive/v0.4.0-20140404.tar.gz'
+ sha1 '7b9e2cd26ac195d9849b1311a94fbdd0c97c2dc2'
head 'https://github.com/yyuu/pyenv.git'