Skip to content

Commit

Permalink
ansible: 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 a0152aa commit b506183
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Formula/ansible.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ class Ansible < Formula
homepage "https://www.ansible.com/"
url "https://releases.ansible.com/ansible/ansible-2.2.0.0.tar.gz"
sha256 "d9f198d293394ce0f8ba802561b21368888e3301036a706b5584641b49408586"
revision 1

head "https://github.com/ansible/ansible.git", :branch => "devel"

Expand All @@ -17,7 +18,7 @@ class Ansible < Formula
depends_on "pkg-config" => :build
depends_on :python
depends_on "libyaml"
depends_on "openssl"
depends_on "openssl@1.1"

# Collect requirements from:
# ansible
Expand Down Expand Up @@ -48,8 +49,8 @@ class Ansible < Formula

### extras for requests[security]
resource "pyOpenSSL" do
url "https://files.pythonhosted.org/packages/15/1e/79c75db50e57350a7cefb70b110255757e9abd380a50ebdc0cfd853b7450/pyOpenSSL-16.1.0.tar.gz"
sha256 "88f7ada2a71daf2c78a4f139b19d57551b4c8be01f53a1cb5c86c2f3bf01355f"
url "https://files.pythonhosted.org/packages/0c/d6/b1fe519846a21614fa4f8233361574eddb223e0bc36b182140d916acfb3b/pyOpenSSL-16.2.0.tar.gz"
sha256 "7779a3bbb74e79db234af6a08775568c6769b5821faecf6e2f4143edb227516e"
end

resource "ndg-httpsclient" do
Expand Down Expand Up @@ -129,8 +130,8 @@ class Ansible < 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 "debtcollector" do
Expand Down

0 comments on commit b506183

Please sign in to comment.