diff options
Diffstat (limited to 'Library/Formula/coreutils.rb')
| -rw-r--r-- | Library/Formula/coreutils.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/coreutils.rb b/Library/Formula/coreutils.rb index cf891875c..ea7b4cc0d 100644 --- a/Library/Formula/coreutils.rb +++ b/Library/Formula/coreutils.rb @@ -6,6 +6,13 @@ class Coreutils < Formula mirror 'http://ftp.gnu.org/gnu/coreutils/coreutils-8.22.tar.xz' sha256 '5b3e94998152c017e6c75d56b9b994188eb71bf46d4038a642cb9141f6ff1212' + bottle do + cellar :any + sha1 "783f81800029deb6dc4929206a5949dab8bd609d" => :mavericks + sha1 "811bf983bc23ca91cac614fee341303ca91c3094" => :mountain_lion + sha1 "4f65c3f9edb862faddb0599a94fd92849c04f973" => :lion + end + conflicts_with 'ganglia', :because => 'both install `gstat` binaries' conflicts_with 'idutils', :because => 'both install `gid` and `gid.1`' |
