From 9a372d46e7fab19de7d2c66a52708e3e876b3043 Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Fri, 13 Feb 2015 07:45:28 +0000 Subject: [PATCH] cf: add 1.2.5 bottle. --- Formula/cf.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Formula/cf.rb b/Formula/cf.rb index 8aad41883ba..aaed3bdc5e8 100644 --- a/Formula/cf.rb +++ b/Formula/cf.rb @@ -3,6 +3,13 @@ class Cf < Formula url "ftp://ee.lbl.gov/cf-1.2.5.tar.gz" sha1 "0ef0b03c1ea7221d75dac0ce110fd677e1f0182a" + bottle do + cellar :any + sha1 "524e3b5a4a669e4f479eac18fba9bb1876dd12ae" => :yosemite + sha1 "991944ac26d1e11fe4592b6006a7fd247b5df4ce" => :mavericks + sha1 "16f6118785e9110d2bf1fc187285965f7797389d" => :mountain_lion + end + def install system "./configure", "--prefix=#{prefix}" system "make"