aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2014-02-22 14:49:34 +0000
committerMike McQuaid2014-02-22 15:17:17 +0000
commit1a3cedbd03070e4a0ec4398af329b846d2ae024b (patch)
treeb75c56947dc5d393527600727753132c448cf459 /Library/Formula
parentcf92f08abf8286b2ff8fdd6fe1445d468cd37614 (diff)
downloadhomebrew-1a3cedbd03070e4a0ec4398af329b846d2ae024b.tar.bz2
sdl: add bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/sdl.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/sdl.rb b/Library/Formula/sdl.rb
index 8663d3e44..f6242daab 100644
--- a/Library/Formula/sdl.rb
+++ b/Library/Formula/sdl.rb
@@ -5,6 +5,13 @@ class Sdl < Formula
url 'http://www.libsdl.org/release/SDL-1.2.15.tar.gz'
sha1 '0c5f193ced810b0d7ce3ab06d808cbb5eef03a2c'
+ bottle do
+ cellar :any
+ sha1 "c773fb3d4118d4c6b0a9ead984a9893d6e9e88bf" => :mavericks
+ sha1 "6b6e01081d5381a5117a46fa7aa090ce45c18212" => :mountain_lion
+ sha1 "119ef97b48576db0644ef51c9f473affd8b64493" => :lion
+ end
+
head do
url 'http://hg.libsdl.org/SDL', :branch => 'SDL-1.2', :using => :hg