diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/gnu-sed.rb | 6 |
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 |
