SDL2 2.0.2
Closes Homebrew/homebrew#27474. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
ecd6ac5606
commit
ed29dad5d8
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Sdl2 < Formula
|
||||
homepage 'http://www.libsdl.org/'
|
||||
url 'http://libsdl.org/release/SDL2-2.0.1.tar.gz'
|
||||
sha1 'e40051311b648e4e60ed1683f62a948d93a0a49f'
|
||||
url 'http://libsdl.org/release/SDL2-2.0.2.tar.gz'
|
||||
sha1 '304c7cd3dddca98724a3e162f232a8a8f6e1ceb3'
|
||||
|
||||
head do
|
||||
url 'http://hg.libsdl.org/SDL', :using => :hg
|
||||
|
|
Loading…
Reference in a new issue