aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mitmproxy.rb
diff options
context:
space:
mode:
authorJack Nagel2014-01-03 21:38:30 -0600
committerJack Nagel2014-01-03 21:42:00 -0600
commite7b62eb470bc4ff47dd048a63da216cd9841ebda (patch)
tree6c2849a925af3c0fca8f710f6d478938fa198f60 /Library/Formula/mitmproxy.rb
parentf4dc5614953b3b90acc28c83262d56587b0616b1 (diff)
downloadhomebrew-e7b62eb470bc4ff47dd048a63da216cd9841ebda.tar.bz2
mitmproxy: switch to pillow; fixes #25522
Diffstat (limited to 'Library/Formula/mitmproxy.rb')
-rw-r--r--Library/Formula/mitmproxy.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/mitmproxy.rb b/Library/Formula/mitmproxy.rb
index d3ceb4613..dbe87f464 100644
--- a/Library/Formula/mitmproxy.rb
+++ b/Library/Formula/mitmproxy.rb
@@ -15,9 +15,9 @@ class Mitmproxy < Formula
sha1 '60633ebb821d48d7132a436c897288ec0121b892'
end
- resource 'pil' do
- url 'http://effbot.org/media/downloads/PIL-1.1.7.tar.gz'
- sha1 'a1450d0f4f5bd1ca050b75fb363f73bddd5f1c23'
+ resource 'pillow' do
+ url 'https://github.com/python-imaging/Pillow/archive/2.3.0.tar.gz'
+ sha1 'f269109be21d27df3210e43fe11a17657bbfc261'
end
resource 'flask' do
@@ -69,7 +69,7 @@ class Mitmproxy < Formula
python do
resource('pyopenssl').stage { system python, *install_args }
- resource('pil').stage { system python, *install_args }
+ resource('pillow').stage { system python, *install_args }
resource('flask').stage { system python, *install_args }
resource('lxml').stage { system python, *install_args }
resource('netlib').stage { system python, *install_args }