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 Homebrew/homebrew#13157. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
e02caa4b17
commit
c5bba15b9d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue