Skip to content

Commit

Permalink
mitmproxy: cryptography 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tdsmith committed Nov 8, 2016
1 parent 72a24b6 commit f6e848c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Formula/mitmproxy.rb
Expand Up @@ -6,6 +6,7 @@ class Mitmproxy < Formula
url "https://github.com/mitmproxy/mitmproxy/archive/v0.18.2.tar.gz"
sha256 "01dc931fc251ded20265ef454227c9798ba3f1d53abe7140d9c1990694b4c172"
head "https://github.com/mitmproxy/mitmproxy.git"
revision 1

bottle do
sha256 "0f150a1aba0f617633010f655b03c4020fc1e33ecdced12b2f937a6271baf632" => :sierra
Expand All @@ -17,7 +18,7 @@ class Mitmproxy < Formula

depends_on "freetype"
depends_on "jpeg"
depends_on "openssl"
depends_on "openssl@1.1"
depends_on :python
depends_on "protobuf" => :optional

Expand Down Expand Up @@ -103,8 +104,8 @@ class Mitmproxy < Formula
end

resource "cryptography" do
url "https://files.pythonhosted.org/packages/03/1a/60984cb85cc38c4ebdfca27b32a6df6f1914959d8790f5a349608c78be61/cryptography-1.5.2.tar.gz"
sha256 "eb8875736734e8e870b09be43b17f40472dc189b1c422a952fa8580768204832"
url "https://files.pythonhosted.org/packages/6c/c5/7fc1f8384443abd2d71631ead026eb59863a58cad0149b94b89f08c8002f/cryptography-1.5.3.tar.gz"
sha256 "cf82ddac919b587f5e44247579b433224cc2e03332d2ea4d89aa70d7e6b64ae5"
end

resource "cssutils" do
Expand Down

0 comments on commit f6e848c

Please sign in to comment.