Skip to content

Commit

Permalink
Bump Freetype, libjpeg, openal-soft and SDL2 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MoNTE48 committed Feb 10, 2023
1 parent 3df8a36 commit 9f25f1d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion SDL2.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -e

SDL2_VERSION=2.26.2
SDL2_VERSION=2.26.3

. sdk.sh

Expand Down
2 changes: 1 addition & 1 deletion freetype.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -e

FREETYPE_VERSION=2.12.1
FREETYPE_VERSION=2.13.0

. sdk.sh

Expand Down
2 changes: 1 addition & 1 deletion libjpeg.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion openal.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -e

OPENAL_VERSION=1.22.2
OPENAL_VERSION=1.23.0

. sdk.sh

Expand Down

0 comments on commit 9f25f1d

Please sign in to comment.