diff options
Diffstat (limited to 'Library/Formula/sdl_image.rb')
| -rw-r--r-- | Library/Formula/sdl_image.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/sdl_image.rb b/Library/Formula/sdl_image.rb index 88124c870..3561f356e 100644 --- a/Library/Formula/sdl_image.rb +++ b/Library/Formula/sdl_image.rb @@ -2,9 +2,9 @@ require 'formula' require Formula.path('sdl') class SdlImage <Formula - url 'http://www.libsdl.org/projects/SDL_image/release/SDL_image-1.2.8.tar.gz' + url 'http://www.libsdl.org/projects/SDL_image/release/SDL_image-1.2.10.tar.gz' homepage 'http://www.libsdl.org/projects/SDL_image' - md5 '2e7c3efa0ec2acc039c46960e27c0792' + md5 '6c06584b31559e2b59f2b982d0d1f628' depends_on 'libpng' depends_on 'sdl' |
