diff options
| author | Adam Vandenberg | 2009-11-22 18:32:54 -0800 |
|---|---|---|
| committer | Max Howell | 2009-12-12 16:24:16 +0000 |
| commit | b9819b9161d0628e504f444fdbdf0597a64ad724 (patch) | |
| tree | 8632015c4f33fbc98a12046360273e37efce0862 /Library/Formula/sdl_image.rb | |
| parent | 1177da0277c227a0f4781ad8c991ddc74486b586 (diff) | |
| download | homebrew-b9819b9161d0628e504f444fdbdf0597a64ad724.tar.bz2 | |
Update SDL libraries.
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' |
