From cbfc18c66fb97c82d5e9ea45966875a365311c40 Mon Sep 17 00:00:00 2001 From: Christer Solskogen Date: Sat, 18 Feb 2012 16:59:51 +0100 Subject: [PATCH] sdl 1.2.15 Closes Homebrew/homebrew#10307. Signed-off-by: Jack Nagel --- Formula/sdl.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Formula/sdl.rb b/Formula/sdl.rb index 175f66bc16..901615a009 100644 --- a/Formula/sdl.rb +++ b/Formula/sdl.rb @@ -1,10 +1,11 @@ require 'formula' class Sdl < Formula - url 'http://www.libsdl.org/release/SDL-1.2.14.tar.gz' - head 'http://hg.libsdl.org/SDL', :using => :hg homepage 'http://www.libsdl.org/' - md5 'e52086d1b508fa0b76c52ee30b55bec4' + url 'http://www.libsdl.org/release/SDL-1.2.15.tar.gz' + md5 '9d96df8417572a2afb781a7c4c811a85' + + head 'http://hg.libsdl.org/SDL', :using => :hg # we have to do this because most build scripts assume that all sdl modules # are installed to the same prefix. Consequently SDL stuff cannot be