Skip to content

Commit

Permalink
telnet: fix audit (#25937)
Browse files Browse the repository at this point in the history
  • Loading branch information
sentoukat authored and fxcoudert committed Mar 29, 2018
1 parent 805d056 commit f655eff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/telnet.rb
Expand Up @@ -4,8 +4,6 @@ class Telnet < Formula
url "https://opensource.apple.com/tarballs/remote_cmds/remote_cmds-54.50.1.tar.gz"
sha256 "156ddec946c81af1cbbad5cc6e601135245f7300d134a239cda45ff5efd75930"

conflicts_with "inetutils", :because => "both install 'telnet' binaries"

bottle do
cellar :any_skip_relocation
rebuild 1
Expand All @@ -18,6 +16,8 @@ class Telnet < Formula

depends_on :xcode => :build

conflicts_with "inetutils", :because => "both install 'telnet' binaries"

resource "libtelnet" do
url "https://opensource.apple.com/tarballs/libtelnet/libtelnet-13.tar.gz"
sha256 "e7d203083c2d9fa363da4cc4b7377d4a18f8a6f569b9bcf58f97255941a2ebd1"
Expand Down

0 comments on commit f655eff

Please sign in to comment.