diff options
| author | Yamashita Yuu | 2014-05-20 12:30:51 +0900 |
|---|---|---|
| committer | Adam Vandenberg | 2014-05-19 20:58:58 -0700 |
| commit | f06536a15f65aea9cec0d693739bd2f1ae9e9dea (patch) | |
| tree | 424a7721a47480cd828a329d2b0aa86c5809d1e9 /Library | |
| parent | c72c3096210dd5bc0457b5cdc1a72a6391cd2eb5 (diff) | |
| download | homebrew-f06536a15f65aea9cec0d693739bd2f1ae9e9dea.tar.bz2 | |
pyenv 0.4.0-20140520
Changes:
* python-build: Add new CPython release; 3.4.1
* python-build: Update default pip version (1.5.5 -> 1.5.6)
Closes #29415.
Signed-off-by: Adam Vandenberg <flangy@gmail.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 b6986843e..2a19f6fce 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-20140516.tar.gz' - sha1 'a7ea09128d18bf82717d95fd6f46b580ba7b66f9' + url 'https://github.com/yyuu/pyenv/archive/v0.4.0-20140520.tar.gz' + sha1 '92586a9ed9a224872f9b0498dac16ead338fbbbc' head 'https://github.com/yyuu/pyenv.git' |
