diff options
| author | nibbles 2bits | 2012-07-02 01:13:40 -0700 |
|---|---|---|
| committer | Jack Nagel | 2012-07-02 13:04:40 -0500 |
| commit | 3f948bcea33ef81cc184d71bfe791b367f67e377 (patch) | |
| tree | 3cfd4bf3b55b68322446b852d7f1141dda334467 | |
| parent | dd98cfbbe437f2396142a8e71c1c6f04ba58003a (diff) | |
| download | homebrew-3f948bcea33ef81cc184d71bfe791b367f67e377.tar.bz2 | |
sdl_ttf 2.0.11
Upgrade sdl_ttf to version 2.0.11.
Tested both native and universal on Lion using clang and llvm
from XCode-4.3.3.
Closes #13161.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/sdl_ttf.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/sdl_ttf.rb b/Library/Formula/sdl_ttf.rb index 11faa053d..8b19ec4ff 100644 --- a/Library/Formula/sdl_ttf.rb +++ b/Library/Formula/sdl_ttf.rb @@ -1,9 +1,9 @@ require 'formula' class SdlTtf < Formula - url 'http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-2.0.9.tar.gz' homepage 'http://www.libsdl.org/projects/SDL_ttf/' - md5 '6dd5a85e4924689a35a5fb1cb3336156' + url 'http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-2.0.11.tar.gz' + sha1 '0ccf7c70e26b7801d83f4847766e09f09db15cc6' depends_on 'sdl' depends_on :x11 # for Freetype |
