Add mitmproxy 0.12.1

This commit is contained in:
Richard Lee 2015-06-25 12:42:27 +08:00 committed by Vítor Galvão
parent ff20cd0a98
commit fd68809549
1 changed files with 12 additions and 0 deletions

12
Casks/mitmproxy.rb Normal file
View File

@ -0,0 +1,12 @@
cask :v1 => 'mitmproxy' do
version '0.12.1'
sha256 'c8bd02613bef8f02755a266208a6621b222fabb260dcb439fde62522efc1277e'
url "http://mitmproxy.org/download/osx-mitmproxy-#{version}.tar.gz"
name 'mitmproxy'
homepage 'http://mitmproxy.org/'
license :mit
binary "osx-mitmproxy-#{version}/mitmproxy"
binary "osx-mitmproxy-#{version}/mitmdump"
end