Skip to content

Commit f962bac

Browse files
committed
update dependencies
1 parent 67c4fb0 commit f962bac

File tree

5 files changed

+21
-21
lines changed

5 files changed

+21
-21
lines changed

platforms/android/app/jni/Android.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ include $(PREBUILT_SHARED_LIBRARY)
2121

2222
include $(CLEAR_VARS)
2323
LOCAL_MODULE := libpng
24-
SO_PATH := $(SUBPROJECTS_PATH)/libpng-1.6.42
24+
SO_PATH := $(SUBPROJECTS_PATH)/libpng-1.6.43
2525
LOCAL_SRC_FILES := $(SO_PATH)/libpng16.so
2626
include $(PREBUILT_SHARED_LIBRARY)
2727

subprojects/fmt.wrap

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ directory = fmt-10.2.0
33
source_url = https://github.com/fmtlib/fmt/archive/10.2.0.tar.gz
44
source_filename = fmt-10.2.0.tar.gz
55
source_hash = 3ca91733a7313a8ad41c0885929415f8ec0a2a31d4dc7e27e9331412f4ca26ac
6-
patch_filename = fmt_10.2.0-1_patch.zip
7-
patch_url = https://wrapdb.mesonbuild.com/v2/fmt_10.2.0-1/get_patch
8-
patch_hash = aa93abb8f20cb8f739d794846c69264d57fa339e8ee78a78894f8ef2348c8080
9-
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/fmt_10.2.0-1/fmt-10.2.0.tar.gz
10-
wrapdb_version = 10.2.0-1
6+
patch_filename = fmt_10.2.0-2_patch.zip
7+
patch_url = https://wrapdb.mesonbuild.com/v2/fmt_10.2.0-2/get_patch
8+
patch_hash = 2428c3a386a8390c76378f81ef804a297f4edc3b789499dd56629b7902b8ddb7
9+
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/fmt_10.2.0-2/fmt-10.2.0.tar.gz
10+
wrapdb_version = 10.2.0-2
1111
diff_files = fmt_dependency_override.diff
1212

1313
[provide]

subprojects/libpng.wrap

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[wrap-file]
2-
directory = libpng-1.6.42
3-
source_url = https://github.com/glennrp/libpng/archive/v1.6.42.tar.gz
4-
source_filename = libpng-1.6.42.tar.gz
5-
source_hash = fe89de292e223829859d21990d9c4d6b7e30e295a268f6a53a022611aa98bd67
6-
patch_filename = libpng_1.6.42-1_patch.zip
7-
patch_url = https://wrapdb.mesonbuild.com/v2/libpng_1.6.42-1/get_patch
8-
patch_hash = b5c709da83556da3e970550d1b5bd2286f44da88db34be8215d17765bcbb356a
9-
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/libpng_1.6.42-1/libpng-1.6.42.tar.gz
10-
wrapdb_version = 1.6.42-1
2+
directory = libpng-1.6.43
3+
source_url = https://github.com/glennrp/libpng/archive/v1.6.43.tar.gz
4+
source_filename = libpng-1.6.43.tar.gz
5+
source_hash = fecc95b46cf05e8e3fc8a414750e0ba5aad00d89e9fdf175e94ff041caf1a03a
6+
patch_filename = libpng_1.6.43-1_patch.zip
7+
patch_url = https://wrapdb.mesonbuild.com/v2/libpng_1.6.43-1/get_patch
8+
patch_hash = 0e995446c607ef2e618fb561929acf91e4bdd8017d2e18a7a3b68ba41da345e6
9+
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/libpng_1.6.43-1/libpng-1.6.43.tar.gz
10+
wrapdb_version = 1.6.43-1
1111

1212
[provide]
1313
libpng = libpng_dep

subprojects/sdl2.wrap

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ directory = SDL2-2.28.5
33
source_url = https://github.com/libsdl-org/SDL/releases/download/release-2.28.5/SDL2-2.28.5.tar.gz
44
source_filename = SDL2-2.28.5.tar.gz
55
source_hash = 332cb37d0be20cb9541739c61f79bae5a477427d79ae85e352089afdaf6666e4
6-
patch_filename = sdl2_2.28.5-1_patch.zip
7-
patch_url = https://wrapdb.mesonbuild.com/v2/sdl2_2.28.5-1/get_patch
8-
patch_hash = 5d5f23359a841111e9b72060686a3ad8c4bf1eb4b338a36bdcdd4d37129d596c
9-
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/sdl2_2.28.5-1/SDL2-2.28.5.tar.gz
10-
wrapdb_version = 2.28.5-1
6+
patch_filename = sdl2_2.28.5-2_patch.zip
7+
patch_url = https://wrapdb.mesonbuild.com/v2/sdl2_2.28.5-2/get_patch
8+
patch_hash = 8a5d7e7cd58932e0231963d42aa79776c2af1aceea6506a06be25a56935121eb
9+
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/sdl2_2.28.5-2/SDL2-2.28.5.tar.gz
10+
wrapdb_version = 2.28.5-2
1111
diff_files = SDL2-2.28.5_android.diff, SDL2-2.28.5_mingw.diff
1212

1313
[provide]

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
},
5858
{
5959
"name": "fmt",
60-
"version>=": "10.2.1",
60+
"version>=": "10.2.1#1",
6161
"platform": "(x64 & static)"
6262
},
6363
{

0 commit comments

Comments
 (0)