aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaptiste Fontaine2015-04-05 20:18:52 +0200
committerXu Cheng2015-04-06 17:33:55 +0800
commit6aabff8e05491a6a4bb040d29355b85a462f6570 (patch)
tree3ea73a23fbd7fb47ad1c96af1d9c85a999533cd4
parent2ed51fc82bd0554aa41e011d3395adc98ee7aefc (diff)
downloadhomebrew-6aabff8e05491a6a4bb040d29355b85a462f6570.tar.bz2
gnu-sed: conflict_with ssed added
Closes #38389. Signed-off-by: Xu Cheng <xucheng@me.com>
-rw-r--r--Library/Formula/gnu-sed.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/gnu-sed.rb b/Library/Formula/gnu-sed.rb
index 8ab5b5161..0caf8ea7f 100644
--- a/Library/Formula/gnu-sed.rb
+++ b/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