magic-wormhole: move to OpenSSL 1.1
This commit is contained in:
parent
94e363eded
commit
81718bf7da
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue