sdl2: fix version recipe

This commit is contained in:
Mathieu Virbel 2015-02-04 16:23:15 +01:00
parent 0ae40e8ff7
commit b8145e0207

View file

@ -7,7 +7,7 @@ import shutil
class LibSDL2Recipe(Recipe):
version = "2.0.3"
url = "https://www.libsdl.org/release/SDL2-2.0.3.tar.gz"
url = "https://www.libsdl.org/release/SDL2-{version}.tar.gz"
library = "Xcode-iOS/SDL/build/Release-{arch.sdk}/libSDL2.a"
def build_arch(self, arch):