diff options
| author | Max Howell | 2009-12-02 11:06:31 +0000 | 
|---|---|---|
| committer | Max Howell | 2009-12-02 11:07:59 +0000 | 
| commit | 1156e2e41aad1e30a02995359138639853b85db5 (patch) | |
| tree | dd22e85c37801eafe43c7d98e219b664e061b87e | |
| parent | e350d9c9f04885fe525cdbf14e626a4295081e34 (diff) | |
| download | homebrew-1156e2e41aad1e30a02995359138639853b85db5.tar.bz2 | |
Update SDL_mixer to 1.2.11
Fixes #147
| -rw-r--r-- | Library/Formula/sdl_mixer.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/sdl_mixer.rb b/Library/Formula/sdl_mixer.rb index c77f37b41..5154f8e08 100644 --- a/Library/Formula/sdl_mixer.rb +++ b/Library/Formula/sdl_mixer.rb @@ -2,9 +2,9 @@ require 'formula'  require Formula.path('sdl')  class SdlMixer <Formula -  url 'http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-1.2.9.tar.gz' +  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 'a9eb8750e920829ff41dbe7555850156' +  md5 '65ada3d997fe85109191a5fb083f248c'    depends_on 'sdl'    depends_on 'flac' => :optional | 
