mycli: move to OpenSSL 1.1
This commit is contained in:
parent
c41d40b6fa
commit
ee77ae92a2
1 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@ class Mycli < Formula
|
|||
homepage "https://mycli.net/"
|
||||
url "https://files.pythonhosted.org/packages/11/dd/ddb8650471155b43b83888f0efce74214c175115e0e37ff415d2f991f1b3/mycli-1.20.1.tar.gz"
|
||||
sha256 "d4414ef8573a957b2cbb91db87bc48d48bfc3714ef23cf41cd4a5ad227561c6e"
|
||||
revision 1
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -13,7 +14,7 @@ class Mycli < Formula
|
|||
sha256 "20f2f2af26ba71afafa6e1c8616a3961b5c62f33ea5f6368a0eb45fbca569ba3" => :sierra
|
||||
end
|
||||
|
||||
depends_on "openssl"
|
||||
depends_on "openssl@1.1"
|
||||
depends_on "python"
|
||||
|
||||
resource "asn1crypto" do
|
||||
|
|
Loading…
Reference in a new issue