From 954b441a7e992ec2a8e3b85c0a13fe053cd74f73 Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Wed, 22 Oct 2014 15:41:53 +0100 Subject: [PATCH] rrdtool: add 1.4.8_1 bottle. --- Formula/rrdtool.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Formula/rrdtool.rb b/Formula/rrdtool.rb index be317db25d..b02040a8f8 100644 --- a/Formula/rrdtool.rb +++ b/Formula/rrdtool.rb @@ -6,6 +6,12 @@ class Rrdtool < Formula sha1 '56d68857f39e70bfa32360947614d8220702ed02' revision 1 + bottle do + sha1 "66e4c7cb71218b8071a0e08e6fc76e3d54bd5509" => :yosemite + sha1 "f58c34f5e7ca96af0a36f8e11d9c5612d915ba30" => :mavericks + sha1 "17793a75d33fb5173fbe97dc01f687a47a56a54e" => :mountain_lion + end + depends_on 'pkg-config' => :build depends_on 'glib' depends_on 'pango'