diff --git a/build.html b/build.html
index 227f7f173..842b07550 100644
--- a/build.html
+++ b/build.html
@@ -934,7 +934,7 @@ function onOptionsChanged() {
if (use_vcpkg) {
commands.push('git clone https://github.com/Microsoft/vcpkg.git');
commands.push('cd vcpkg');
- commands.push('git checkout 1b1ae50e1a69f7c659bd7d731e80b358d21c86ad');
+ commands.push('git checkout cd5e746ec203c8c3c61647e0886a8df8c1e78e41');
commands.push(local + 'bootstrap-vcpkg.bat');
if (target === 'C++/CX') {
commands.push(local + 'vcpkg.exe install gperf:x86-windows openssl:arm-uwp openssl:arm64-uwp openssl:x64-uwp openssl:x86-uwp zlib:arm-uwp zlib:arm64-uwp zlib:x64-uwp zlib:x86-uwp');
diff --git a/example/csharp/README.md b/example/csharp/README.md
index efa0490ec..733e07db0 100644
--- a/example/csharp/README.md
+++ b/example/csharp/README.md
@@ -10,7 +10,7 @@ This is an example of building TDLib with `C++/CLI` support and an example of TD
```
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
-git checkout 1b1ae50e1a69f7c659bd7d731e80b358d21c86ad
+git checkout cd5e746ec203c8c3c61647e0886a8df8c1e78e41
.\bootstrap-vcpkg.bat
.\vcpkg.exe install gperf:x64-windows gperf:x86-windows openssl:x64-windows openssl:x86-windows zlib:x64-windows zlib:x86-windows
```
diff --git a/example/uwp/README.md b/example/uwp/README.md
index 3faa890d5..135397c8b 100644
--- a/example/uwp/README.md
+++ b/example/uwp/README.md
@@ -10,7 +10,7 @@ This is an example of building TDLib SDK for Universal Windows Platform and an e
```
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
-git checkout 1b1ae50e1a69f7c659bd7d731e80b358d21c86ad
+git checkout cd5e746ec203c8c3c61647e0886a8df8c1e78e41
.\bootstrap-vcpkg.bat
.\vcpkg.exe install gperf:x86-windows openssl:arm-uwp openssl:arm64-uwp openssl:x64-uwp openssl:x86-uwp zlib:arm-uwp zlib:arm64-uwp zlib:x64-uwp zlib:x86-uwp
```