aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--build.html2
-rw-r--r--example/csharp/README.md2
-rw-r--r--example/uwp/README.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/build.html b/build.html
index c854181a5..9ed0e78f9 100644
--- a/build.html
+++ b/build.html
@@ -961,7 +961,7 @@ function onOptionsChanged() {
if (use_vcpkg) {
commands.push('git clone https://github.com/Microsoft/vcpkg.git');
commands.push('cd vcpkg');
- commands.push('git checkout cd5e746ec203c8c3c61647e0886a8df8c1e78e41');
+ commands.push('git checkout 07b30b49e5136a36100a2ce644476e60d7f3ddc1');
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 733e07db0..08f3dbcc1 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 cd5e746ec203c8c3c61647e0886a8df8c1e78e41
+git checkout 07b30b49e5136a36100a2ce644476e60d7f3ddc1
.\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 135397c8b..14af82ec5 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 cd5e746ec203c8c3c61647e0886a8df8c1e78e41
+git checkout 07b30b49e5136a36100a2ce644476e60d7f3ddc1
.\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
```