aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornibbles 2bits2012-07-02 01:09:34 -0700
committerJack Nagel2012-07-02 13:02:45 -0500
commit0f09d13ce8da336a89bcdb477ff0e1d1d2678072 (patch)
tree5dec93fd70d1efc3e6b80318b6785d80b0dd245f
parenteddcc076eb83f0f015e5415b619a10faebccbde2 (diff)
downloadhomebrew-0f09d13ce8da336a89bcdb477ff0e1d1d2678072.tar.bz2
sdl_mixer 1.2.12
Upgrade sdl_mixer to version 1.2.12. Tested on Lion using clang and llvm from XCode-4.3.3. Closes #13157. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-rw-r--r--Library/Formula/sdl_mixer.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/sdl_mixer.rb b/Library/Formula/sdl_mixer.rb
index 9101b8b79..a7495d18d 100644
--- a/Library/Formula/sdl_mixer.rb
+++ b/Library/Formula/sdl_mixer.rb
@@ -1,9 +1,9 @@
require 'formula'
class SdlMixer < Formula
- url 'http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-1.2.11.tar.gz'
homepage 'http://www.libsdl.org/projects/SDL_mixer/'
- md5 '65ada3d997fe85109191a5fb083f248c'
+ url 'http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-1.2.12.tar.gz'
+ sha1 'a20fa96470ad9e1052f1957b77ffa68fb090b384'
depends_on 'sdl'
depends_on 'flac' => :optional