diff --git a/satellites/sdl2.sat b/satellites/sdl2.sat index 3af54ab..afb5b5c 100644 --- a/satellites/sdl2.sat +++ b/satellites/sdl2.sat @@ -1,16 +1,16 @@ import 'compile/configure' name=SDL2 -version=2.0.5 +version=2.0.8 dlextract "https://libsdl.org/release/$name-$version.tar.gz" \ - 'd4055424d556b4a908aa76fad63abd3c' -dlfile "https://gitweb.gentoo.org/repo/gentoo.git/plain/media-libs/libsdl2/files/libsdl2-$version-static-libs.patch" \ - '56001d3a5aa182b28db3cb7d477dc61d' + '3800d705cef742c6a634f202c37f263f' +dlfile "https://gitweb.gentoo.org/repo/gentoo.git/plain/media-libs/libsdl2/files/libsdl2-2.0.6-static-libs.patch" \ + '7652413d610791352abb0db4fe516196' _ cd "$name-$version" -patch -p1 -i "../libsdl2-$version-static-libs.patch" +patch -p1 -i "../libsdl2-2.0.6-static-libs.patch" ./autogen.sh compile_configure -- --disable-static \ diff --git a/satellites/sdl2_image.sat b/satellites/sdl2_image.sat index e550c65..7d2fbea 100644 --- a/satellites/sdl2_image.sat +++ b/satellites/sdl2_image.sat @@ -1,10 +1,10 @@ import 'compile/configure' name=SDL2_image -version=2.0.1 +version=2.0.3 dlextract "https://www.libsdl.org/projects/SDL_image/release/$name-$version.tar.gz" \ - 'd94b94555ba022fa249a53a021dc3606' + 'c6baf6dfa80fa8a66853661a36a6034e' _ cd "$name-$version" diff --git a/satellites/sdl2_mixer.sat b/satellites/sdl2_mixer.sat index 3792d71..2be4b0b 100644 --- a/satellites/sdl2_mixer.sat +++ b/satellites/sdl2_mixer.sat @@ -1,10 +1,10 @@ import 'compile/configure' name=SDL2_mixer -version=2.0.1 +version=2.0.2 dlextract "https://www.libsdl.org/projects/SDL_mixer/release/$name-$version.tar.gz" \ - 'c6c4f556d4415871f526248f5c9a627d' + 'aaa0551393993c14a13f72b339c0ed6c' _ cd "$name-$version"