aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYamashita Yuu2014-06-15 20:24:54 +0900
committerJack Nagel2014-06-15 11:21:02 -0500
commit926b08d486c5dc5e748b75d7e4f963c30e21b0d0 (patch)
tree33e6516f233290f3d2bdd97c07a0dd00610ade92
parent72a3809a609cb4d48983c439aa0f625c13ca4568 (diff)
downloadhomebrew-926b08d486c5dc5e748b75d7e4f963c30e21b0d0.tar.bz2
pyenv-virtualenv v20140615
Changes: * Fix incompatibility issue of `pyenv activate` and `pyenv deactivate` * Workaround for the issue with pyenv-which-ext Closes #30171. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-rw-r--r--Library/Formula/pyenv-virtualenv.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/pyenv-virtualenv.rb b/Library/Formula/pyenv-virtualenv.rb
index 71ab1adaf..421126d0f 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/v20140614.tar.gz"
- sha1 "2ac2202f3a8da4126a94a39dd7ba709e696d4a7d"
+ url "https://github.com/yyuu/pyenv-virtualenv/archive/v20140615.tar.gz"
+ sha1 "ba753592f2dcb4d2ef0d65b1622672d5defc50c0"
head "https://github.com/yyuu/pyenv-virtualenv.git"