Skip to content

Commit

Permalink
Update mitmproxy to v0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
xyb authored and victorpopkov committed Dec 11, 2015
1 parent 9b50985 commit 1af44ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Casks/mitmproxy.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
cask :v1 => 'mitmproxy' do
version '0.12.1'
sha256 'c8bd02613bef8f02755a266208a6621b222fabb260dcb439fde62522efc1277e'
version '0.15'
sha256 'b071e758be27005f10e580e3ca7b194d475fe8e57b971f36b44275234a7617d6'

url "https://mitmproxy.org/download/osx-mitmproxy-#{version}.tar.gz"
name 'mitmproxy'
homepage 'https://mitmproxy.org/'
license :mit

binary "osx-mitmproxy-#{version}/mitmproxy"
binary "osx-mitmproxy-#{version}/mitmdump"
binary "mitmproxy-#{version}-osx/mitmproxy"
binary "mitmproxy-#{version}-osx/mitmdump"
end

0 comments on commit 1af44ca

Please sign in to comment.