socat: switch to openssl@1.1 and remove devel
Remove devel since it doesn't build with openssl@1.1. This has been fixed in stable and in HEAD but there's been no new devel release since it was fixed. Closes #17285. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
9c498a0ad6
commit
4b18b3283e
1 changed files with 2 additions and 7 deletions
|
@ -3,6 +3,7 @@ class Socat < Formula
|
|||
homepage "http://www.dest-unreach.org/socat/"
|
||||
url "http://www.dest-unreach.org/socat/download/socat-1.7.3.2.tar.gz"
|
||||
sha256 "ce3efc17e3e544876ebce7cd6c85b3c279fda057b2857fcaaf67b9ab8bdaf034"
|
||||
revision 1
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -11,14 +12,8 @@ class Socat < Formula
|
|||
sha256 "8bbbe3d993e937ee42499de4efdf02c168c97b30bb75077e5489c4b165829e1f" => :yosemite
|
||||
end
|
||||
|
||||
devel do
|
||||
url "http://www.dest-unreach.org/socat/download/socat-2.0.0-b9.tar.gz"
|
||||
version "2.0.0-b9"
|
||||
sha256 "f9496ea44898d7707507a728f1ff16b887c80ada63f6d9abb0b727e96d5c281a"
|
||||
end
|
||||
|
||||
depends_on "openssl@1.1"
|
||||
depends_on "readline"
|
||||
depends_on "openssl"
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--mandir=#{man}"
|
||||
|
|
Loading…
Reference in a new issue