diff options
| author | Yamashita Yuu | 2014-06-02 20:09:06 +0900 |
|---|---|---|
| committer | Mike McQuaid | 2014-06-02 12:34:10 +0100 |
| commit | 8cabfe8560c994818165ac86bd729bf00a1f6a54 (patch) | |
| tree | ea9fce0ac7597d753fa5599a00884dc88c3b37a0 /Library | |
| parent | 7afeb3aff004988f5ec9f0bd8b0c59054bb51ba3 (diff) | |
| download | homebrew-8cabfe8560c994818165ac86bd729bf00a1f6a54.tar.bz2 | |
pyenv 0.4.0-20140602
Changes:
* python-build: Add new Anaconda/Anaconda3 releases; anaconda-2.0.0, anaconda3-2.0.0
* python-build: Add new CPython release; 2.7.7
* python-build: Update default setuptools version (3.6 -> 4.0)
* python-build: Respect environment variables of `CPPFLAGS` and `LDFLAGS`
* python-build: Support for xz-compressed Python tarballs
Closes #29768.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/pyenv.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/pyenv.rb b/Library/Formula/pyenv.rb index d113bb105..a1d1b5abf 100644 --- a/Library/Formula/pyenv.rb +++ b/Library/Formula/pyenv.rb @@ -3,8 +3,8 @@ require "formula" class Pyenv < Formula homepage "https://github.com/yyuu/pyenv" head "https://github.com/yyuu/pyenv.git" - url "https://github.com/yyuu/pyenv/archive/v0.4.0-20140520.tar.gz" - sha1 "92586a9ed9a224872f9b0498dac16ead338fbbbc" + url "https://github.com/yyuu/pyenv/archive/v0.4.0-20140602.tar.gz" + sha1 "615c425a70c1979908c9a6be81f8b68ec57b7ea0" depends_on "autoconf" => [:recommended, :run] depends_on "pkg-config" => [:recommended, :run] |
