diff --git a/.github/skills/update-tpn/SKILL.md b/.github/skills/update-tpn/SKILL.md index 8bf5cc18b7a..93b7bf7e590 100644 --- a/.github/skills/update-tpn/SKILL.md +++ b/.github/skills/update-tpn/SKILL.md @@ -56,7 +56,7 @@ Read `.gitmodules` for all submodules. Current submodules and their license file | Submodule | URL | License File | |-----------|-----|-------------| | Java.Interop | https://github.com/dotnet/java-interop | `external/Java.Interop/LICENSE` | -| lz4 | https://github.com/dotnet/lz4 (fork of https://github.com/lz4/lz4) | `external/lz4/lib/LICENSE` | +| lz4 | https://github.com/lz4/lz4 | `external/lz4/lib/LICENSE` | | xxHash | https://github.com/Cyan4973/xxHash | `external/xxHash/LICENSE` | | constexpr-xxh3 | https://github.com/chys87/constexpr-xxh3 | `external/constexpr-xxh3/LICENSE` | | robin-map | https://github.com/xamarin/robin-map (fork of https://github.com/Tessil/robin-map) | `external/robin-map/LICENSE` | diff --git a/.gitmodules b/.gitmodules index 760c2b84aeb..dfd239f8549 100644 --- a/.gitmodules +++ b/.gitmodules @@ -20,8 +20,8 @@ branch = v1.8-stable [submodule "external/lz4"] path = external/lz4 - url = https://github.com/dotnet/lz4 - branch = release + url = https://github.com/lz4/lz4 + branch = dev [submodule "external/robin-map"] path = external/robin-map url = https://github.com/xamarin/robin-map diff --git a/external/lz4 b/external/lz4 index ebb370ca83a..68959d27c3e 160000 --- a/external/lz4 +++ b/external/lz4 @@ -1 +1 @@ -Subproject commit ebb370ca83af193212df4dcbadcc5d87bc0de2f0 +Subproject commit 68959d27c3ec37b339b3b8ecfea155faf0ef94f2