aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pyenv.rb
diff options
context:
space:
mode:
authorYamashita Yuu2014-03-17 21:53:44 +0900
committerMike McQuaid2014-03-17 14:55:37 +0000
commit83ef85ac356a017e7629ecc8724ffe5cec8c9b2e (patch)
treeacd51e21e13c1890454831b5a80554d5822646e7 /Library/Formula/pyenv.rb
parent8b2f2175b35bda153541205b945cb41e21bdf727 (diff)
downloadhomebrew-83ef85ac356a017e7629ecc8724ffe5cec8c9b2e.tar.bz2
pyenv 0.4.0-20140217
Changes: * python-build: Add new CPython releases; 3.4.0 * python-build: Add new Anaconda releases; anaconda-1.9.0, anaconda-1.9.1 * python-build: Add new Miniconda releases; miniconda-3.0.4, miniconda-3.0.5, miniconda3-3.0.4, miniconda3-3.0.5 * python-build: Update default setuptools version (3.1 -> 3.3) Closes #27629. 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 4053c4c12..4a3aa871d 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-20140311.tar.gz'
- sha1 '7f3daf7f147f690d7c75ccbbbe5183d353d02e5d'
+ url 'https://github.com/yyuu/pyenv/archive/v0.4.0-20140317.tar.gz'
+ sha1 '70ef9a1528ef497f4500ae3ab225ceec5322ebb6'
head 'https://github.com/yyuu/pyenv.git'