From 4f758a2dcb1e0ec23b6d86a8fa2905891fc91937 Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Mon, 27 Apr 2015 10:14:40 +0100 Subject: [PATCH] cryptopp: add 5.6.2 bottle. --- Formula/cryptopp.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Formula/cryptopp.rb b/Formula/cryptopp.rb index 8ea89755d4..ac028d8422 100644 --- a/Formula/cryptopp.rb +++ b/Formula/cryptopp.rb @@ -5,6 +5,13 @@ class Cryptopp < Formula sha256 "5cbfd2fcb4a6b3aab35902e2e0f3b59d9171fee12b3fc2b363e1801dfec53574" version "5.6.2" + bottle do + cellar :any + sha256 "501fe96896a6163537109a046f491358eaa3075d94b693ac751f4028638d484b" => :yosemite + sha256 "87e605330ba941823be11abf5517354b1d7aeecc3e53bea4a1aa6415acc9f89a" => :mavericks + sha256 "30508cb32dc476ff24e405c64d3b535a6e6a61dabb93810860c58344759c7de5" => :mountain_lion + end + def install system "make", "CXX=#{ENV.cxx}" system "make", "install", "PREFIX=#{prefix}"