From ff5e1d2deea1a98c9b2aef19c45860f3101865e6 Mon Sep 17 00:00:00 2001 From: nibbles 2bits Date: Mon, 2 Jul 2012 01:08:22 -0700 Subject: [PATCH] sdl_image 1.2.12 Upgrade sdl_image to version 1.2.12. Tested both native and universal on Lion using clang and llvm from XCode-4.3.3. Closes Homebrew/homebrew#13158. Signed-off-by: Jack Nagel --- Formula/sdl_image.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/sdl_image.rb b/Formula/sdl_image.rb index af45b55cf4..95f021eeba 100644 --- a/Formula/sdl_image.rb +++ b/Formula/sdl_image.rb @@ -1,9 +1,9 @@ require 'formula' class SdlImage < Formula - 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 '6c06584b31559e2b59f2b982d0d1f628' + url 'http://www.libsdl.org/projects/SDL_image/release/SDL_image-1.2.12.tar.gz' + sha1 '5e3e393d4e366638048bbb10d6a269ea3f4e4cf2' depends_on 'sdl' depends_on :x11 # for Freetype