Skip to content

Commit

Permalink
Update cgmanifest to align with the JSON schema (#109453)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffhandley authored Nov 1, 2024
1 parent bf369fd commit 275ea58
Showing 1 changed file with 38 additions and 37 deletions.
75 changes: 38 additions & 37 deletions src/native/external/cgmanifest.json
Original file line number Diff line number Diff line change
@@ -1,65 +1,66 @@
{
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
"Registrations": [
"version": 1,
"registrations": [
{
"Component": {
"Type": "git",
"Git": {
"RepositoryUrl": "https://github.com/google/brotli",
"CommitHash": "ed738e842d2fbdf2d6459e39267a633c4a9b2f5d"
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/google/brotli",
"commitHash": "ed738e842d2fbdf2d6459e39267a633c4a9b2f5d"
}
},
"DevelopmentDependency": false
"developmentDependency": false
},
{
"Component": {
"Type": "git",
"Git": {
"RepositoryUrl": "https://github.com/libunwind/libunwind",
"CommitHash": "b3ca1b59a795a617877c01fe5d299ab7a07ff29d"
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/libunwind/libunwind",
"commitHash": "b3ca1b59a795a617877c01fe5d299ab7a07ff29d"
}
},
"DevelopmentDependency": false
"developmentDependency": false
},
{
"Component": {
"Type": "git",
"Git": {
"RepositoryUrl": "https://github.com/llvm/llvm-project",
"CommitHash": "18ddebe1a1a9bde349441631365f0472e9693520"
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/llvm/llvm-project",
"commitHash": "18ddebe1a1a9bde349441631365f0472e9693520"
}
},
"DevelopmentDependency": false
"developmentDependency": false
},
{
"Component": {
"Type": "git",
"Git": {
"RepositoryUrl": "https://github.com/Tencent/rapidjson",
"CommitHash": "d87b698d0fcc10a5f632ecbc80a9cb2a8fa094a5"
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/Tencent/rapidjson",
"commitHash": "d87b698d0fcc10a5f632ecbc80a9cb2a8fa094a5"
}
},
"DevelopmentDependency": false
"developmentDependency": false
},
{
"Component": {
"Type": "git",
"Git": {
"RepositoryUrl": "https://github.com/zlib-ng/zlib-ng",
"CommitHash": "d54e3769be0c522015b784eca2af258b1c026107"
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/zlib-ng/zlib-ng",
"commitHash": "d54e3769be0c522015b784eca2af258b1c026107"
}
},
"DevelopmentDependency": false
"developmentDependency": false
},
{
"Component": {
"Type": "git",
"Git": {
"RepositoryUrl": "https://github.com/microsoft/LinuxTracepoints",
"CommitHash": "a817b91dfb08b2929ec6d48a211644e3394bf1c7"
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/microsoft/LinuxTracepoints",
"commitHash": "a817b91dfb08b2929ec6d48a211644e3394bf1c7"
}
},
"DevelopmentDependency": false
"developmentDependency": false
}
]
}

0 comments on commit 275ea58

Please sign in to comment.