aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pyenv.rb
diff options
context:
space:
mode:
authorYamashita Yuu2013-12-16 14:02:04 +0900
committerAdam Vandenberg2013-12-16 19:51:31 -0800
commit9fac4d4ea6cb6b8fb16e46b9c1e1fdfc42df84bc (patch)
tree07949e6520e92e04980a6b076fe604583a064719 /Library/Formula/pyenv.rb
parentb3e19afef502ba62e5354cdd6bccc65f9138edd7 (diff)
downloadhomebrew-9fac4d4ea6cb6b8fb16e46b9c1e1fdfc42df84bc.tar.bz2
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 <flangy@gmail.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 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'