aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/sdl2_image.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/Library/Formula/sdl2_image.rb b/Library/Formula/sdl2_image.rb
index d40cb4364..a3c92da15 100644
--- a/Library/Formula/sdl2_image.rb
+++ b/Library/Formula/sdl2_image.rb
@@ -4,6 +4,14 @@ class Sdl2Image < Formula
homepage 'http://www.libsdl.org/projects/SDL_image/'
url 'http://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.0.tar.gz'
sha1 '20b1b0db9dd540d6d5e40c7da8a39c6a81248865'
+
+ bottle do
+ cellar :any
+ sha1 "69d3d89b748dc8663a0b63cb837cdfd6a9906b1e" => :mavericks
+ sha1 "8076555e8cc46fbc3295024b0da3c6b55ce7fef3" => :mountain_lion
+ sha1 "ec7d9701b970b10c06073133fd75c498d8b201e1" => :lion
+ end
+
revision 1
depends_on 'pkg-config' => :build