update package SDL2

This commit is contained in:
Martin Gerhardy 2013-10-27 17:49:47 +01:00
parent 26da12071a
commit e2c4e560e2
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
PKG := sdl2
$(PKG)_IGNORE :=
$(PKG)_VERSION := 2.0.0
$(PKG)_CHECKSUM := a907eb5203abad6649c1eae0120d96c0a1931350
$(PKG)_VERSION := 2.0.1
$(PKG)_CHECKSUM := e40051311b648e4e60ed1683f62a948d93a0a49f
$(PKG)_SUBDIR := SDL2-$($(PKG)_VERSION)
$(PKG)_FILE := SDL2-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://www.libsdl.org/release/$($(PKG)_FILE)