summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcpkg-configuration.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json
index ea4a173b..5bdc7de8 100644
--- a/vcpkg-configuration.json
+++ b/vcpkg-configuration.json
@@ -1,20 +1,20 @@
{
"default-registry": {
"kind": "git",
- "repository": "https://github.com/Microsoft/vcpkg",
- "baseline": "294f76666c3000630d828703e675814c05a4fd43"
+ "baseline": "74e6536215718009aae747d86d84b78376bf9e09",
+ "repository": "https://github.com/Microsoft/vcpkg"
},
"registries": [
{
"kind": "git",
+ "baseline": "74e6536215718009aae747d86d84b78376bf9e09",
"repository": "https://github.com/Microsoft/vcpkg",
- "baseline": "294f76666c3000630d828703e675814c05a4fd43",
"packages": ["boost*", "boost-*"]
},
{
"kind": "git",
+ "baseline": "92f063c71cebea1926c7eb183fbe719145395985",
"repository": "https://github.com/ModOrganizer2/vcpkg-registry",
- "baseline": "0d5db1c58672510583ae2a26813c5c62b5d24816",
"packages": ["mo2-*", "7zip", "usvfs"]
}
]