Skip to content

Commit f8372af

Browse files
committed
Bump Curl and libSDL3
1 parent cf35898 commit f8372af

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Dependencies for the MultiCraft (Android)
22

3-
Copyright © 2021-2025 Maksim Gamarnik [MoNTE48] <[email protected]>
3+
Copyright © 2021-2025 Maksym Hamarnyk [MoNTE48] <[email protected]>
44

5-
Licensed to libraries under the license of their authors.
5+
License of libraries under the license of their authors.
66

7-
License for this bash scripts: CC0.
7+
License for this bash scripts: CC0 1.0.

libSDL.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash -e
22

3-
SDL_VERSION=3.2.22
3+
SDL_VERSION=3.2.24
44

55
. ./sdk.sh
66

libcurl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash -e
22

33
. ./sdk.sh
4-
CURL_VERSION=8.15.0
4+
CURL_VERSION=8.16.0
55

66
export ANDR_ROOT=$(pwd)
77

0 commit comments

Comments
 (0)