[commsdsl] Update to 6.3.4 (#42284)

Co-authored-by: LilyWangLL <4945507022qq.com>
This commit is contained in:
Lily Wang 2024-11-22 15:18:02 -08:00 committed by GitHub
parent c0978fe67b
commit 2fa5346b4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO commschamp/commsdsl REPO commschamp/commsdsl
REF "v${VERSION}" REF "v${VERSION}"
SHA512 21a1fd4a3a66f2c9389c19ab8ad0aadf09bc97db39492921385534de6d819b1cd5a1e65798abc71de8f8f6c436191fd199e8e77dc8b5c979b07d313a2b825fde SHA512 f782f624016d8dd45280a647b056430eed246ee1d1ab6ff9c55870bb7ed7111d4d4d02d14c59aa3364625cdb804e4af1965b8b3834d5f4a2865d062a1ff2b75e
HEAD_REF master HEAD_REF master
) )

View File

@ -1,6 +1,6 @@
{ {
"name": "commsdsl", "name": "commsdsl",
"version-semver": "6.3.3", "version-semver": "6.3.4",
"description": "DSL schemas parser and code generator for CommsChampion Ecosystem", "description": "DSL schemas parser and code generator for CommsChampion Ecosystem",
"homepage": "https://commschamp.github.io/", "homepage": "https://commschamp.github.io/",
"documentation": "https://github.com/commschamp/commsdsl", "documentation": "https://github.com/commschamp/commsdsl",

View File

@ -1825,7 +1825,7 @@
"port-version": 0 "port-version": 0
}, },
"commsdsl": { "commsdsl": {
"baseline": "6.3.3", "baseline": "6.3.4",
"port-version": 0 "port-version": 0
}, },
"compoundfilereader": { "compoundfilereader": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "2e775d8169ac415d882ec66e3240a0fad3fc86b4",
"version-semver": "6.3.4",
"port-version": 0
},
{ {
"git-tree": "0a9abbda77e304e8b2e7304052d672211b66e87d", "git-tree": "0a9abbda77e304e8b2e7304052d672211b66e87d",
"version-semver": "6.3.3", "version-semver": "6.3.3",