ansible: bump cryptography to 1.2.3
for OpenSSL 1.0.2g compatibility
This commit is contained in:
parent
38c196460b
commit
e08a5323e9
1 changed files with 2 additions and 2 deletions
|
@ -78,8 +78,8 @@ class Ansible < Formula
|
|||
end
|
||||
|
||||
resource "cryptography" do
|
||||
url "https://pypi.python.org/packages/source/c/cryptography/cryptography-1.1.2.tar.gz"
|
||||
sha256 "7f51459f84d670444275e615839f4542c93547a12e938a0a4906dafe5f7de153"
|
||||
url "https://pypi.python.org/packages/source/c/cryptography/cryptography-1.2.3.tar.gz"
|
||||
sha256 "8eb11c77dd8e73f48df6b2f7a7e16173fe0fe8fdfe266232832e88477e08454e"
|
||||
end
|
||||
|
||||
resource "enum34" do
|
||||
|
|
Loading…
Reference in a new issue