diff options
| author | Yamashita Yuu | 2014-10-12 22:16:39 +0900 | 
|---|---|---|
| committer | Jack Nagel | 2014-10-12 12:57:41 -0500 | 
| commit | b559952b6cd5f0691113a870069a3ce3ce10f909 (patch) | |
| tree | ee8d833cc403375aa74fb6ef0e38c2692f33cc85 /Library/Formula/pyenv-virtualenv.rb | |
| parent | 437d1e78f86a92e0e6c48e481b406ae2926e19d2 (diff) | |
| download | homebrew-b559952b6cd5f0691113a870069a3ce3ce10f909.tar.bz2 | |
pyenv-virtualenv 20141012
Changes:
 * Fix warnings from `shellcheck` to improve support for POSIX sh
 * Do not allow whitespace in `VIRTUALENV_NAME`
 * Should not persist `PYENV_DEACTIVATE` after automatic deactivation
Closes #33115.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/pyenv-virtualenv.rb')
| -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 68b1b57ec..3c0ee2199 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/v20140705.tar.gz" -  sha1 "78e90aee72a783dfd9722c55e2271b08688fb408" +  url "https://github.com/yyuu/pyenv-virtualenv/archive/v20141012.tar.gz" +  sha1 "171c547d669eea0f00bd9c8ba75b42b4b8794a79"    head "https://github.com/yyuu/pyenv-virtualenv.git" | 
