diff options
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 b88003b92..50334b01e 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-20140317.tar.gz' - sha1 '70ef9a1528ef497f4500ae3ab225ceec5322ebb6' + url 'https://github.com/yyuu/pyenv/archive/v0.4.0-20140404.tar.gz' + sha1 '7b9e2cd26ac195d9849b1311a94fbdd0c97c2dc2' head 'https://github.com/yyuu/pyenv.git' |
