diff options
| author | Christer Solskogen | 2012-02-18 16:59:51 +0100 |
|---|---|---|
| committer | Jack Nagel | 2012-02-18 10:45:33 -0600 |
| commit | 417b4d72068ca1a77565b2ea0c6992c6021dd1aa (patch) | |
| tree | f97539d22370efbe4eed9486ca48bb221a69c31f /Library | |
| parent | 5adbd95c26297f2ffc0c0871d29bd6e032e2f38a (diff) | |
| download | homebrew-417b4d72068ca1a77565b2ea0c6992c6021dd1aa.tar.bz2 | |
sdl 1.2.15
Closes #10307.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/sdl.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/sdl.rb b/Library/Formula/sdl.rb index 175f66bc1..901615a00 100644 --- a/Library/Formula/sdl.rb +++ b/Library/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 |
