Skip to content

Commit

Permalink
Bump freetype, libpng and SDL2 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MoNTE48 committed Jul 2, 2023
1 parent 4a1cbba commit ed65f11
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.28.0
SDL2_VERSION=2.28.1

. 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.13.0
FREETYPE_VERSION=2.13.1

. sdk.sh

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

. sdk.sh
PNG_VERSION=1.6.39
PNG_VERSION=1.6.40

mkdir -p output/libpng/lib/$TARGET_ABI
mkdir -p deps; cd deps
Expand Down

0 comments on commit ed65f11

Please sign in to comment.