diff options
| author | Jørgen P. Tjernø | 2013-08-13 12:25:17 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-08-14 19:51:37 -0700 |
| commit | c9e17804ef152395e1b68a9c078eb651a684c5de (patch) | |
| tree | 6dd9d76530098a8eed5c212da0f24a170b6a4ecd /Library | |
| parent | 75624e2c233c4bde8d4c4ed93673833b27aa0d5f (diff) | |
| download | homebrew-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.rb | 2 |
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 |
