aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/sdl_mixer.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/sdl_mixer.rb b/Library/Formula/sdl_mixer.rb
index 83be6c0c2..8d9e020e3 100644
--- a/Library/Formula/sdl_mixer.rb
+++ b/Library/Formula/sdl_mixer.rb
@@ -5,6 +5,13 @@ class SdlMixer < Formula
url 'http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-1.2.12.tar.gz'
sha1 'a20fa96470ad9e1052f1957b77ffa68fb090b384'
+ bottle do
+ cellar :any
+ sha1 "1ad2648cd71bd7f13eae35cdcb6c89573908bd24" => :mavericks
+ sha1 "980edb62430840facb54ab8cd065eea576fba9c5" => :mountain_lion
+ sha1 "5ba6a1d7bc5dc2a8b032ce45e779b7cbd8d91d42" => :lion
+ end
+
option :universal
depends_on 'pkg-config' => :build