update sdl2

This commit is contained in:
Boris Pek 2018-03-03 01:34:40 +03:00 committed by Tony Theodore
parent 0328331d19
commit 412569ea6f
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ PKG := sdl2
$(PKG)_WEBSITE := https://www.libsdl.org/
$(PKG)_DESCR := SDL2
$(PKG)_IGNORE :=
$(PKG)_VERSION := 2.0.7
$(PKG)_CHECKSUM := ee35c74c4313e2eda104b14b1b86f7db84a04eeab9430d56e001cea268bf4d5e
$(PKG)_VERSION := 2.0.8
$(PKG)_CHECKSUM := edc77c57308661d576e843344d8638e025a7818bff73f8fbfab09c3c5fd092ec
$(PKG)_SUBDIR := SDL2-$($(PKG)_VERSION)
$(PKG)_FILE := SDL2-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://www.libsdl.org/release/$($(PKG)_FILE)