diff --git a/SDL2.sh b/SDL2.sh index d768ba0..06473f7 100755 --- a/SDL2.sh +++ b/SDL2.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -SDL2_VERSION=2.26.2 +SDL2_VERSION=2.26.3 . sdk.sh diff --git a/freetype.sh b/freetype.sh index 3a155c5..d9b030f 100755 --- a/freetype.sh +++ b/freetype.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -FREETYPE_VERSION=2.12.1 +FREETYPE_VERSION=2.13.0 . sdk.sh diff --git a/libjpeg.sh b/libjpeg.sh index 76858c3..c1bb7b1 100755 --- a/libjpeg.sh +++ b/libjpeg.sh @@ -1,7 +1,7 @@ #!/bin/bash -e . sdk.sh -JPEG_VERSION=2.1.4 +JPEG_VERSION=2.1.5.1 mkdir -p output/libjpeg/lib/$TARGET_ABI mkdir -p deps; cd deps diff --git a/openal.sh b/openal.sh index d3055d2..5f202e5 100755 --- a/openal.sh +++ b/openal.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -OPENAL_VERSION=1.22.2 +OPENAL_VERSION=1.23.0 . sdk.sh