From bef898e386021c872794cd7a35c126d8ab5467ed Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Fri, 26 Feb 2016 12:01:52 +0000 Subject: [PATCH] cpulimit: add 0.2 bottle. --- Formula/cpulimit.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Formula/cpulimit.rb b/Formula/cpulimit.rb index 4be03ce094..735a509fa1 100644 --- a/Formula/cpulimit.rb +++ b/Formula/cpulimit.rb @@ -6,6 +6,13 @@ class Cpulimit < Formula head "https://github.com/opsengine/cpulimit.git" + bottle do + cellar :any_skip_relocation + sha256 "9d7320465152a12ba75ce924beada5a3ce365b14becaa75e08ee8334c2cb2f6a" => :el_capitan + sha256 "7ff9d929c5a1178b250b756cefcbecc4b202c72f03073e9eb43f4a47420930a8" => :yosemite + sha256 "c24a495cd69c62693bcb0bd2a44c41c5bca84f0b9754019681816c1d2b47fe3e" => :mavericks + end + def install system "make" bin.install "src/cpulimit"