aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorYamashita Yuu2013-11-16 19:53:17 +0900
committerJack Nagel2013-11-16 10:55:58 -0600
commite2bcde7e6a743710b31575ae22a7d71038a69c3c (patch)
tree98260a81bbd5a63956d4f61e117285a5dd88b7c5 /Library/Formula
parent758dedc8092b093bf0886eb2c260c7815057ad23 (diff)
downloadhomebrew-e2bcde7e6a743710b31575ae22a7d71038a69c3c.tar.bz2
pyenv 0.4.0-20131116
Changes: * python-build: Add new CPython releases; 2.6.9, 2.7.6 (#76) * python-build: Add new CPython release candidates; 3.3.3-rc1, 3.3.3-rc2 * python-build: Add new PyPy releases; pypy-2.2, pypy-2.2-src (#77) * python-build: Update default setuptools version (1.1.6 -> 1.3.2) * python-build: Imported recent changes from ruby-build v20131030 Closes #24374. Signed-off-by: Jack Nagel <jacknagel@gmail.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 3485a6665..9206ec3c8 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-20131023.tar.gz'
- sha1 'c869a01e663e762a4ee116d12c1b36e3a3563c8f'
+ url 'https://github.com/yyuu/pyenv/archive/v0.4.0-20131116.tar.gz'
+ sha1 'edbe76ffc1e9b2fc180c1beaffd294946eae7917'
head 'https://github.com/yyuu/pyenv.git'