diff options
Diffstat (limited to 'Library/Formula')
| -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 7b063570b..3485a6665 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-20130726.tar.gz' - sha1 'e56af71947e178b8f0281cfe6bf9a3f2070fb962' + url 'https://github.com/yyuu/pyenv/archive/v0.4.0-20131023.tar.gz' + sha1 'c869a01e663e762a4ee116d12c1b36e3a3563c8f' head 'https://github.com/yyuu/pyenv.git' |
