Skip to content

Commit

Permalink
pyenv-virtualenv 20141012
Browse files Browse the repository at this point in the history
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 Homebrew/legacy-homebrew#33115.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
yyuu authored and jacknagel committed Oct 12, 2014
1 parent d6b8c2a commit 6007c40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/pyenv-virtualenv.rb
Expand Up @@ -2,8 +2,8 @@

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"

Expand Down

0 comments on commit 6007c40

Please sign in to comment.