spdlog: add 0.11.0 bottle.
This commit is contained in:
parent
b6ff9afafc
commit
120d6f5095
1 changed files with 7 additions and 0 deletions
|
@ -5,6 +5,13 @@ class Spdlog < Formula
|
|||
sha256 "8c0f1810fb6b7d23fef70c2ea8b6fa6768ac8d18d6e0de39be1f48865e22916e"
|
||||
head "https://github.com/gabime/spdlog.git"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "4b375facceceff48cf5da46f160890412adb6c9173b52b73a6be35c3a773947b" => :sierra
|
||||
sha256 "844b241b922e72e637ff3cfe7c4793fb4fd7676be86d148db64a07f2ef68207f" => :el_capitan
|
||||
sha256 "4b375facceceff48cf5da46f160890412adb6c9173b52b73a6be35c3a773947b" => :yosemite
|
||||
end
|
||||
|
||||
depends_on "cmake" => :build
|
||||
|
||||
needs :cxx11
|
||||
|
|
Loading…
Reference in a new issue