diff options
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 |
