From 81718bf7da70b4d56d4144d1cf17ad4b11cf80fd Mon Sep 17 00:00:00 2001 From: FX Coudert Date: Wed, 4 Sep 2019 17:02:59 +0200 Subject: [PATCH] magic-wormhole: move to OpenSSL 1.1 --- Formula/magic-wormhole.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Formula/magic-wormhole.rb b/Formula/magic-wormhole.rb index 379854e593..a0e414a475 100644 --- a/Formula/magic-wormhole.rb +++ b/Formula/magic-wormhole.rb @@ -5,6 +5,7 @@ class MagicWormhole < Formula homepage "https://github.com/warner/magic-wormhole" url "https://files.pythonhosted.org/packages/77/15/9438290bab8146efc0213f7c3d9645d9bc5a2e885e4049477e7432e40336/magic-wormhole-0.11.2.tar.gz" sha256 "ae79667bdbb39fba7d315e36718db383651b45421813366cfaceb069e222d905" + revision 1 bottle do cellar :any @@ -14,7 +15,7 @@ class MagicWormhole < Formula end depends_on "libsodium" - depends_on "openssl" + depends_on "openssl@1.1" depends_on "python" resource "Automat" do