From b2a9d9cac94a39a0392316aa62ccd06534175efb Mon Sep 17 00:00:00 2001 From: Robson Roberto Souza Peixoto Date: Mon, 3 Nov 2014 01:44:09 -0300 Subject: [PATCH] pyenv-virtualenvwrapper 20140609 Fix SHA1 Closes Homebrew/homebrew#33852. Signed-off-by: Mike McQuaid --- Formula/pyenv-virtualenvwrapper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/pyenv-virtualenvwrapper.rb b/Formula/pyenv-virtualenvwrapper.rb index 88bd903bde9..943877125ea 100644 --- a/Formula/pyenv-virtualenvwrapper.rb +++ b/Formula/pyenv-virtualenvwrapper.rb @@ -3,7 +3,7 @@ require 'formula' class PyenvVirtualenvwrapper < Formula homepage 'https://github.com/yyuu/pyenv-virtualenvwrapper' url 'https://github.com/yyuu/pyenv-virtualenvwrapper/archive/v20140609.tar.gz' - sha1 '76c47ceb9d72c0cfbe788313b65371f718f343fb' + sha1 '04c36c836cbf1284f9d3bb5c442f40712022b532' head 'https://github.com/yyuu/pyenv-virtualenvwrapper.git'