cpp-netlib: add netlib bottle.

This commit is contained in:
BrewTestBot 2015-01-13 07:40:13 +00:00 committed by Mike McQuaid
parent 50b141c6f7
commit b0676e3d26

View file

@ -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