From 480f93aed526f34b7a58611559ad0d985b6e6969 Mon Sep 17 00:00:00 2001 From: Simone Date: Sun, 3 May 2026 01:18:47 +0200 Subject: [PATCH] submodule: add versions/26.01 (ip7z/7zip tag 26.01) Registers the upstream ip7z/7zip repository as a git submodule at versions/26.01, checked out at tag 26.01 (commit 8c63d71). This provides the 7-Zip 26.01 vendor source tree for both the Windows (MSBuild/vcxproj) and Linux (MinGW cross-compilation) builds. --- .gitmodules | 3 +++ versions/26.01 | 1 + 2 files changed, 4 insertions(+) create mode 160000 versions/26.01 diff --git a/.gitmodules b/.gitmodules index 54ed8cd..26a9ac2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "versions/7-zip-zstd"] path = versions/7-zip-zstd url = https://github.com/mcmilk/7-Zip-zstd.git +[submodule "versions/26.01"] + path = versions/26.01 + url = https://github.com/ip7z/7zip.git diff --git a/versions/26.01 b/versions/26.01 new file mode 160000 index 0000000..8c63d71 --- /dev/null +++ b/versions/26.01 @@ -0,0 +1 @@ +Subproject commit 8c63d71ff886bda90c86db28466287f977374237