From 36b7fbfddfbd6901197f3b918cd483910188aa1a Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Mon, 22 Feb 2016 15:12:27 +0000 Subject: [PATCH] cloc: add 1.66 bottle. --- Formula/cloc.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Formula/cloc.rb b/Formula/cloc.rb index 27b6d7e25b..f5289053de 100644 --- a/Formula/cloc.rb +++ b/Formula/cloc.rb @@ -5,6 +5,13 @@ class Cloc < Formula sha256 "6d8b5e9fac8934478a0fd815f60d814b93d4a12344c4820f5b47a55048b21d53" head "https://github.com/AlDanial/cloc.git" + bottle do + cellar :any_skip_relocation + sha256 "c140cd2b7244b48e45971130d69ffa3a250d7fda4885098b6a01a33fb3bc4ef1" => :el_capitan + sha256 "4abbd7aec11e52eac56a1ab969a3825ff162f7d19598b94c02116dc01ad18e43" => :yosemite + sha256 "994e73fb9afde00c2f3fde26a9421707bf73ce85de6d7021d4db2819307fbd48" => :mavericks + end + def install system "make", "-C", "Unix", "prefix=#{prefix}", "install" end