From 0c5aaf305956c07b88a9f759e18f423236fd2765 Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Fri, 13 Dec 2024 23:23:20 +0300 Subject: [PATCH] update branch names in .gitmodules after commit f960613f --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index a9ca049f..3423c929 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,11 +1,11 @@ [submodule "external/jpeg"] path = external/jpeg url = https://github.com/libsdl-org/jpeg.git - branch = v9e-SDL + branch = v9f-SDL [submodule "external/libpng"] path = external/libpng url = https://github.com/libsdl-org/libpng.git - branch = v1.6.40-SDL + branch = v1.6.43-SDL [submodule "external/libwebp"] path = external/libwebp url = https://github.com/libsdl-org/libwebp.git @@ -17,7 +17,7 @@ [submodule "external/zlib"] path = external/zlib url = https://github.com/libsdl-org/zlib.git - branch = v1.3-SDL + branch = v1.3.1-SDL [submodule "external/libjxl"] path = external/libjxl url = https://github.com/libsdl-org/libjxl.git