aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dep/CascLib/src/CascFiles.cpp5
-rw-r--r--dep/PackageList.txt2
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