File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ vcpkg_from_github(
22 OUT_SOURCE_PATH SOURCE_PATH
33 REPO brainboxdotcc/DPP
44 REF "v${VERSION} "
5- SHA512 09666b3e05c379aa2da794aed0a59ff5f6b2dae06c6e700b2bd45486aa20003b4e6d28bd9436d1e28bf7dd1b5ca80d55e5a107fe9589587b88719caa2cecb243
6- HEAD_REF master
5+ # Auto-generated by release CI action at brainboxdotcc/DPP
6+ SHA512 ff00ff00ff00ff00ff00
77)
88
99vcpkg_cmake_configure(
Original file line number Diff line number Diff line change 44 "description" : " D++ Extremely Lightweight C++ Discord Library." ,
55 "homepage" : " https://dpp.dev/" ,
66 "license" : " Apache-2.0" ,
7- "supports" : " (windows & !static & !uwp) | linux | osx" ,
7+ "supports" : " (( windows & !static & !uwp) | linux | osx) " ,
88 "dependencies" : [
99 " libsodium" ,
1010 " nlohmann-json" ,
1111 " openssl" ,
1212 " opus" ,
13+ " zlib" ,
1314 {
1415 "name" : " vcpkg-cmake" ,
1516 "host" : true
1617 },
1718 {
1819 "name" : " vcpkg-cmake-config" ,
1920 "host" : true
20- },
21- " zlib"
21+ }
2222 ]
23- }
23+ }
You can’t perform that action at this time.
0 commit comments