diff options
| author | Jon Chen | 2014-01-28 12:30:06 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-01-28 13:35:15 -0600 |
| commit | ae044db7b492a0b2a49bcb5d75ad9c6cc0bc5547 (patch) | |
| tree | 0d74edf7d45ed36f43aea8d74bcfb019d161bcfd | |
| parent | 73587a28ca440ee29187fd92eb450dbb9576211d (diff) | |
| download | homebrew-ae044db7b492a0b2a49bcb5d75ad9c6cc0bc5547.tar.bz2 | |
pyenv-virtualenv v20140123
Closes #26227.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/pyenv-virtualenv.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/pyenv-virtualenv.rb b/Library/Formula/pyenv-virtualenv.rb index da12ffd90..b4bcf299f 100644 --- a/Library/Formula/pyenv-virtualenv.rb +++ b/Library/Formula/pyenv-virtualenv.rb @@ -2,8 +2,8 @@ require 'formula' class PyenvVirtualenv < Formula homepage 'https://github.com/yyuu/pyenv-virtualenv' - url 'https://github.com/yyuu/pyenv-virtualenv/archive/v20140110.1.tar.gz' - sha1 '56e4823b13e00d17c2d73eb8e0c3e5eddc7e3d51' + url 'https://github.com/yyuu/pyenv-virtualenv/archive/v20140123.tar.gz' + sha1 '157571744ba1a16c44a83e8a250b3bf47ac53ab3' head 'https://github.com/yyuu/pyenv-virtualenv.git' |
