diff options
| -rw-r--r-- | Library/Formula/pyenv-virtualenv.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/pyenv-virtualenv.rb b/Library/Formula/pyenv-virtualenv.rb index 7c972d281..da12ffd90 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/v20130622.tar.gz' - sha1 '2e27b3b76931e6f0eecc4bccb3166d1abc130393' + url 'https://github.com/yyuu/pyenv-virtualenv/archive/v20140110.1.tar.gz' + sha1 '56e4823b13e00d17c2d73eb8e0c3e5eddc7e3d51' head 'https://github.com/yyuu/pyenv-virtualenv.git' @@ -12,6 +12,5 @@ class PyenvVirtualenv < Formula def install ENV['PREFIX'] = prefix system "./install.sh" - ln_sf opt_prefix, "#{HOMEBREW_PREFIX}/var/lib/pyenv/plugins/#{name}" end end |
