diff options
| author | Robson Roberto Souza Peixoto | 2014-11-03 01:14:26 -0300 |
|---|---|---|
| committer | Mike McQuaid | 2014-11-03 08:22:12 +0000 |
| commit | 0fa9be06b98484a808398f687a99fbe8456c145a (patch) | |
| tree | 4995dd819fbd07399708c0f310dffbb375f7c968 | |
| parent | 56c3d3ae7ef883b71b211f385122e7b6e46a3a34 (diff) | |
| download | homebrew-0fa9be06b98484a808398f687a99fbe8456c145a.tar.bz2 | |
pyenv-virtualenvwrapper: upgrade to v20140609
| -rw-r--r-- | Library/Formula/pyenv-virtualenvwrapper.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/pyenv-virtualenvwrapper.rb b/Library/Formula/pyenv-virtualenvwrapper.rb index 687f576a2..88bd903bd 100644 --- a/Library/Formula/pyenv-virtualenvwrapper.rb +++ b/Library/Formula/pyenv-virtualenvwrapper.rb @@ -2,8 +2,8 @@ require 'formula' class PyenvVirtualenvwrapper < Formula homepage 'https://github.com/yyuu/pyenv-virtualenvwrapper' - url 'https://github.com/yyuu/pyenv-virtualenvwrapper/archive/v20140321.tar.gz' - sha1 '964b6a52f4c097effd03a5c3005a42dfbb413508' + url 'https://github.com/yyuu/pyenv-virtualenvwrapper/archive/v20140609.tar.gz' + sha1 '76c47ceb9d72c0cfbe788313b65371f718f343fb' head 'https://github.com/yyuu/pyenv-virtualenvwrapper.git' |
