aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJørgen P. Tjernø2013-08-13 12:25:17 -0700
committerAdam Vandenberg2013-08-14 19:51:37 -0700
commitc9e17804ef152395e1b68a9c078eb651a684c5de (patch)
tree6dd9d76530098a8eed5c212da0f24a170b6a4ecd /Library
parent75624e2c233c4bde8d4c4ed93673833b27aa0d5f (diff)
downloadhomebrew-c9e17804ef152395e1b68a9c078eb651a684c5de.tar.bz2
sdl2: fix HEAD
Closes #21886. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/sdl2.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/sdl2.rb b/Library/Formula/sdl2.rb
index 39f48a83d..b69157a0d 100644
--- a/Library/Formula/sdl2.rb
+++ b/Library/Formula/sdl2.rb
@@ -5,7 +5,7 @@ class Sdl2 < Formula
url 'http://www.libsdl.org/release/SDL2-2.0.0.tar.gz'
sha1 'a907eb5203abad6649c1eae0120d96c0a1931350'
- head 'http://hg.libsdl.org/SDL', :branch => 'SDL-2.0', :using => :hg
+ head 'http://hg.libsdl.org/SDL', :using => :hg
if build.head?
depends_on :automake