Skip to content

Commit

Permalink
gnu-sed: conflict_with ssed added
Browse files Browse the repository at this point in the history
Closes Homebrew#38389.

Signed-off-by: Xu Cheng <xucheng@me.com>
  • Loading branch information
bfontaine authored and xu-cheng committed Apr 6, 2015
1 parent 2ed51fc commit 6aabff8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Library/Formula/gnu-sed.rb
@@ -1,10 +1,10 @@
require "formula"

class GnuSed < Formula
homepage "https://www.gnu.org/software/sed/"
url "http://ftpmirror.gnu.org/sed/sed-4.2.2.tar.bz2"
mirror "https://ftp.gnu.org/gnu/sed/sed-4.2.2.tar.bz2"
sha1 "f17ab6b1a7bcb2ad4ed125ef78948092d070de8f"
sha256 "f048d1838da284c8bc9753e4506b85a1e0cc1ea8999d36f6995bcb9460cddbd7"

conflicts_with "ssed", :because => "both install share/info/sed.info"

bottle do
cellar :any
Expand Down

0 comments on commit 6aabff8

Please sign in to comment.