ettercap: move to OpenSSL 1.1
This commit is contained in:
parent
7e0150637f
commit
02fc166dc0
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ class Ettercap < Formula
|
|||
homepage "https://ettercap.github.io/ettercap/"
|
||||
url "https://github.com/Ettercap/ettercap/archive/v0.8.3.tar.gz"
|
||||
sha256 "d561a554562e447f4d7387a9878ba745e1aa8c4690cc4e9faaa779cfdaa61fbb"
|
||||
revision 1
|
||||
head "https://github.com/Ettercap/ettercap.git"
|
||||
|
||||
bottle do
|
||||
|
@ -16,7 +17,7 @@ class Ettercap < Formula
|
|||
depends_on "gtk+3"
|
||||
depends_on "libnet"
|
||||
depends_on "ncurses" if DevelopmentTools.clang_build_version >= 1000
|
||||
depends_on "openssl"
|
||||
depends_on "openssl@1.1"
|
||||
depends_on "pcre"
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue