From 86bc6b2f8d759f8532316f4118ef1c378f0d79a0 Mon Sep 17 00:00:00 2001
From: Sergey Vorontsov <piligrim@rootnix.net>
Date: Fri, 28 Jul 2023 12:20:50 +0300
Subject: [PATCH] build: change BACKUP_STORAGE URL for static build

NO_DOC=build
NO_TEST=build
NO_CHANGELOG=build

(cherry picked from commit bb74d6c9781018f0eb6e2a208a497ee281332e29)
---
 static-build/cmake/AddDependencyProjects.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/static-build/cmake/AddDependencyProjects.cmake b/static-build/cmake/AddDependencyProjects.cmake
index 6672d7158f..c69c89f2df 100644
--- a/static-build/cmake/AddDependencyProjects.cmake
+++ b/static-build/cmake/AddDependencyProjects.cmake
@@ -20,7 +20,7 @@ set(NCURSES_VERSION 6.3-20220716)
 set(NCURSES_HASH 2b7a0e31ebbd8144680f985d61f5bbd5)
 set(READLINE_VERSION 8.0)
 set(READLINE_HASH 7e6c1f16aee3244a69aba6e438295ca3)
-set(BACKUP_STORAGE https://distrib.hb.bizmrg.com)
+set(BACKUP_STORAGE https://distrib.hb.vkcs.cloud)
 
 # Pass -isysroot=<SDK_PATH> option on Mac OS to a preprocessor and a C
 # compiler to find header files installed with an SDK.
-- 
GitLab