diff options
| author | Shauren <shauren.trinity@gmail.com> | 2025-10-11 14:20:43 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2025-10-11 14:20:43 +0200 |
| commit | 35c1d2e98917c4eb2504301cf13e5f2ef50dc725 (patch) | |
| tree | eba3816fdde8d0817cefbdfdca7cd595253e7b3b | |
| parent | 1c487de3b90fc7d512862d7c170b5b6748e89fa6 (diff) | |
Dep/CascLib: Update to ladislav-zezula/CascLib@09dd46e59614ee468c290b9002850454990bf15d
| -rw-r--r-- | dep/CascLib/src/CascFiles.cpp | 5 | ||||
| -rw-r--r-- | dep/PackageList.txt | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/dep/CascLib/src/CascFiles.cpp b/dep/CascLib/src/CascFiles.cpp index d401be95fd9..332289cfc6b 100644 --- a/dep/CascLib/src/CascFiles.cpp +++ b/dep/CascLib/src/CascFiles.cpp @@ -63,7 +63,10 @@ static LPCTSTR DataDirs[] = NULL, }; -static const LPCTSTR szDefaultCDN = _T("ribbit://us.version.battle.net/v1/products"); +// Dead as of September 2025 +// static const LPCTSTR szDefaultCDN = _T("ribbit://us.version.battle.net/v1/products"); + +static const LPCTSTR szDefaultCDN = _T("http://us.patch.battle.net:1119"); static const ULONGLONG ValueOne64 = 1; //----------------------------------------------------------------------------- diff --git a/dep/PackageList.txt b/dep/PackageList.txt index 86b699b54c0..10625227d45 100644 --- a/dep/PackageList.txt +++ b/dep/PackageList.txt @@ -63,7 +63,7 @@ catch2 CascLib (An open-source implementation of library for reading CASC storage from Blizzard games since 2014) https://github.com/ladislav-zezula/CascLib - Version: 07ab5f37ad282cc101d5c17793c550a0a6d4637f + Version: 09dd46e59614ee468c290b9002850454990bf15d rapidjson (A fast JSON parser/generator for C++ with both SAX/DOM style API http://rapidjson.org/) https://github.com/Tencent/rapidjson |
