From c3c8035c56957fd2aef018abf078b7228b64978a Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Thu, 28 Aug 2014 15:26:15 +0100 Subject: [PATCH] csfml: add 2.0 bottle. Closes Homebrew/homebrew#31762. Signed-off-by: Mike McQuaid --- Formula/csfml.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Formula/csfml.rb b/Formula/csfml.rb index 7140413883e..0b792d1156d 100644 --- a/Formula/csfml.rb +++ b/Formula/csfml.rb @@ -5,6 +5,13 @@ class Csfml < Formula url "http://www.sfml-dev.org/download/csfml/CSFML-2.0-sources.zip" sha1 "6d831634a558593580296209af278322523f1e43" + bottle do + cellar :any + sha1 "cd9aa7a1b25776c479b28d590a47faeef3d9c998" => :mavericks + sha1 "bbebd99be16cf18fb2d4c298148fd6b4a49d2d99" => :mountain_lion + sha1 "5671fb2cd53398283e45761a101099dcbbe81a17" => :lion + end + depends_on "cmake" => :build depends_on "sfml"