diff options
| author | BrewTestBot | 2014-06-09 13:47:29 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-06-09 16:08:30 +0100 |
| commit | af5d5de0ac1c06882349364da0bb93b4e3fe4114 (patch) | |
| tree | a1802986de59a8f9adbe2e72b24413fba40ca2d7 | |
| parent | e9ce676cd6a770171b1bf2cd76763eff19640a12 (diff) | |
| download | homebrew-af5d5de0ac1c06882349364da0bb93b4e3fe4114.tar.bz2 | |
coreutils: add 8.22 bottle.
| -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`' |
