File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ if(APPLE)
109
109
endif ()
110
110
111
111
run_vcpkg (VCPKG_URL "https://github.com/microsoft/vcpkg.git" VCPKG_REV
112
- "ee2d2a100103e0f3613c60655dcf15be7d5157b8 " )
112
+ "608d1dbcd6969679f82b1ca6b89d58939c9b228e " )
113
113
114
114
# Name of the project (will be the name of the plugin)
115
115
project (addon LANGUAGES C CXX )
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ export VCPKG_FORCE_SYSTEM_BINARIES=1
69
69
# vcpkg
70
70
git clone https://github.com/microsoft/vcpkg.git ~ /vcpkg
71
71
cd ~ /vcpkg || exit 1
72
- git checkout " ee2d2a100103e0f3613c60655dcf15be7d5157b8 "
72
+ git checkout " 608d1dbcd6969679f82b1ca6b89d58939c9b228e "
73
73
~ /vcpkg/bootstrap-vcpkg.sh
74
74
cd - || exit 1
75
75
Original file line number Diff line number Diff line change 2
2
"$schema" : " https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json" ,
3
3
"name" : " zeromqjs" ,
4
4
"version-string" : " 6.0.8" ,
5
- "builtin-baseline" : " ee2d2a100103e0f3613c60655dcf15be7d5157b8 " ,
5
+ "builtin-baseline" : " 608d1dbcd6969679f82b1ca6b89d58939c9b228e " ,
6
6
"dependencies" : [
7
7
{
8
8
"name" : " zeromq" ,
You can’t perform that action at this time.
0 commit comments