aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2015-01-13 07:40:13 +0000
committerMike McQuaid2015-01-13 11:34:13 +0000
commit4ec2828cb3a74e2e2a2ae234250717da5f5f5e6f (patch)
treedcc2d3c9d00076bf984700deab75e2bd1a91df9d
parentbb0a47d6f8239043bb53ea61cc4c534f2936e8e8 (diff)
downloadhomebrew-4ec2828cb3a74e2e2a2ae234250717da5f5f5e6f.tar.bz2
cpp-netlib: add netlib bottle.
-rw-r--r--Library/Formula/cpp-netlib.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/cpp-netlib.rb b/Library/Formula/cpp-netlib.rb
index 1c28d39c0..a80f20af7 100644
--- a/Library/Formula/cpp-netlib.rb
+++ b/Library/Formula/cpp-netlib.rb
@@ -3,6 +3,12 @@ class CppNetlib < Formula
url "https://storage.googleapis.com/cpp-netlib-downloads/0.11.1/cpp-netlib-0.11.1-final.tar.bz2"
sha1 "213ba700e534596b44409cd6d5738b959fe41746"
+ bottle do
+ sha1 "799f0fc4ecf5b9c266f429d700095c4439e1ff87" => :yosemite
+ sha1 "cdadc6e7d4c4f721c694efaed258affc9c93b86f" => :mavericks
+ sha1 "4d839cdf6ed3b92a5e4c6c1738ff058b979c4e21" => :mountain_lion
+ end
+
depends_on "cmake" => :build
depends_on "boost" => "c++11"
needs :cxx11