summaryrefslogtreecommitdiffstats
path: root/src/sdl2.mk
diff options
context:
space:
mode:
authorMartin Gerhardy <martin.gerhardy@gmail.com>2013-08-12 16:37:15 (GMT)
committerMartin Gerhardy <martin.gerhardy@gmail.com>2013-08-12 16:37:15 (GMT)
commitbfad1b98b004ce6b0e3c7fe0b91d66194a563a03 (patch)
treecbc976e64737bb44f7cab5bf4d9dba4c180155b4 /src/sdl2.mk
parent87cf91e5e1f6d3caf876ab16cc61b353f722ec41 (diff)
downloadmxe-bfad1b98b004ce6b0e3c7fe0b91d66194a563a03.zip
mxe-bfad1b98b004ce6b0e3c7fe0b91d66194a563a03.tar.gz
mxe-bfad1b98b004ce6b0e3c7fe0b91d66194a563a03.tar.bz2
sdl2 is officially released now
Diffstat (limited to 'src/sdl2.mk')
-rw-r--r--src/sdl2.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/sdl2.mk b/src/sdl2.mk
index 7130470..b637c14 100644
--- a/src/sdl2.mk
+++ b/src/sdl2.mk
@@ -4,11 +4,10 @@
PKG := sdl2
$(PKG)_IGNORE :=
$(PKG)_VERSION := 2.0.0
-$(PKG)_CHECKSUM := 00865d99e0860d0e471f17eba571c3752da085df
+$(PKG)_CHECKSUM := a907eb5203abad6649c1eae0120d96c0a1931350
$(PKG)_SUBDIR := SDL2-$($(PKG)_VERSION)
$(PKG)_FILE := SDL2-$($(PKG)_VERSION).tar.gz
-#$(PKG)_URL := http://www.libsdl.org/release/$($(PKG)_FILE)
-$(PKG)_URL := http://www.libsdl.org/tmp/release/$($(PKG)_FILE)
+$(PKG)_URL := http://www.libsdl.org/release/$($(PKG)_FILE)
$(PKG)_DEPS := gcc libiconv
define $(PKG)_UPDATE