aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2014-08-30 08:07:15 +0100
committerMike McQuaid2014-08-30 08:14:30 +0100
commit361fea408413001d61525fcc5a7edf75a3c03455 (patch)
treee274cc9f29bacd3050e94f8c24c336fcf936c03d
parent071da798fb2bb67273f3199a41c2b6bf7623297c (diff)
downloadhomebrew-361fea408413001d61525fcc5a7edf75a3c03455.tar.bz2
sfml: add 2.1 bottle.
-rw-r--r--Library/Formula/sfml.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/sfml.rb b/Library/Formula/sfml.rb
index e1f011509..d6bc86631 100644
--- a/Library/Formula/sfml.rb
+++ b/Library/Formula/sfml.rb
@@ -5,6 +5,13 @@ class Sfml < Formula
url "http://www.sfml-dev.org/download/sfml/2.1/SFML-2.1-sources.zip"
sha1 "c27bdffdc4bedb5f6a20db03ceca715d42aa5752"
+ bottle do
+ cellar :any
+ sha1 "5c2ddfbbc587914a6c9b4f02831e607a398753e7" => :mavericks
+ sha1 "2be6977ed7c225032825ed4f521e9883d4cb5db1" => :mountain_lion
+ sha1 "ad6f666a6a23ddf5eab12a58f4c6dd0b8e6b777b" => :lion
+ end
+
depends_on "cmake" => :build
depends_on "freetype"
depends_on "glew"