glfw: add 3.2.1 bottle.

master
BrewTestBot 2016-12-03 22:09:14 +00:00 committed by Mike McQuaid
parent e587c90e63
commit 7776f01997
1 changed files with 7 additions and 0 deletions

View File

@ -6,6 +6,13 @@ class Glfw < Formula
head "https://github.com/glfw/glfw.git"
bottle do
cellar :any
sha256 "c19bbe78ab9d7d376b2cd265389348e4ad4572b9881bb1048b05d3eb4bc67762" => :sierra
sha256 "874e364604c386252a1d639f24c8d2333bc4715c67acd77109c291d724509538" => :el_capitan
sha256 "ecfc037c61cedd936d230880dd052691e8c07c4f10c3c95ccde4d8bc4e3f5e35" => :yosemite
end
option :universal
option "without-shared-library", "Build static library only (defaults to building dylib only)"
option "with-examples", "Build examples"