aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-06-09 17:05:57 +0100
committerMike McQuaid2014-06-09 17:42:56 +0100
commit977fed15d5741426e02e752c85809fedf6078acd (patch)
tree7a1147a768396edb3681d3eafcd192b0488e5849 /Library/Formula
parentbd0760191e1c292ea1f09678f438233073c4f138 (diff)
downloadhomebrew-977fed15d5741426e02e752c85809fedf6078acd.tar.bz2
sdl2_image: add 2.0.0_1 bottle.
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