aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel John2012-12-13 19:52:46 +0100
committerAdam Vandenberg2012-12-14 09:26:06 -0800
commitf331460ef973531af60c1a9fbfb3d5898ed21858 (patch)
tree4b2fe46e0e6323abde8b327511046aefd4afb107
parent1d816c6eebc6ee24f7a316cb51e2eb87cb508ee2 (diff)
downloadhomebrew-f331460ef973531af60c1a9fbfb3d5898ed21858.tar.bz2
sdl_gfx: 2.0.24
Closes #16557. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/sdl_gfx.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/sdl_gfx.rb b/Library/Formula/sdl_gfx.rb
index 690b19b32..3bfb882ab 100644
--- a/Library/Formula/sdl_gfx.rb
+++ b/Library/Formula/sdl_gfx.rb
@@ -2,8 +2,8 @@ require 'formula'
class SdlGfx < Formula
homepage 'http://www.ferzkopp.net/joomla/content/view/19/14/'
- url 'http://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-2.0.23.tar.gz'
- sha1 'aae60e7fed539f3f8a0a0bd6da3bbcf625642596'
+ url 'http://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-2.0.24.tar.gz'
+ sha1 '34e8963188e4845557468a496066a8fa60d5f563'
depends_on 'sdl'