diff options
| author | Xu Cheng | 2014-12-22 22:12:16 +0800 |
|---|---|---|
| committer | Mike McQuaid | 2014-12-22 14:28:55 +0000 |
| commit | 2b7669e40db6014edeacf3998d6f0adc248103d5 (patch) | |
| tree | 2d6eb51b08fd0902a11314b27f372b2427332501 | |
| parent | efd19e2f9e4c537cf93ff3aeadb770eda38b0d07 (diff) | |
| download | homebrew-2b7669e40db6014edeacf3998d6f0adc248103d5.tar.bz2 | |
pyenv-virtualenv 20141106
Closes #35189.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.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 3c0ee2199..afe3d9d3c 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/v20141012.tar.gz" - sha1 "171c547d669eea0f00bd9c8ba75b42b4b8794a79" + url "https://github.com/yyuu/pyenv-virtualenv/archive/v20141106.tar.gz" + sha1 "5410f16c3ebb611fe7e0e9f5c808b80902201b25" head "https://github.com/yyuu/pyenv-virtualenv.git" |
