mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:59:06 +08:00
[cwapi3d] Updates cwapi3d to version 30.475.1 (#38326)
- [x] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [x] SHA512s are updated for each updated download. - [x] The "supports" clause reflects platforms that may be fixed by this new version. - [x] Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file. - [x] Any patches that are no longer applied are deleted from the port's directory. - [x] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [x] Only one version is added to each modified port's versions file.
This commit is contained in:
parent
6a2f050cc9
commit
18b70a1d80
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO cwapi3d/cwapi3dcpp
|
||||
REF 2a0608bb0a9b281c0f25aeb011ce61cb11ec07f6
|
||||
SHA512 b6a600d044c71a4e952bca8af52c333c4944f2e1fbce6b70a3756d7c3d7090794bf09a8bc29ca5a84952a2ecc8042f393febca03403a8dd996736ada8231c687
|
||||
REF fb4d65818da9cd0fc319fe7c38e4de1e9bc15cd7
|
||||
SHA512 f87a57f514532bdf94001378d3b9a545f83a6022f7640d5fd5b0f8ccb63faa1e0157b8aac34290586de3e53510c13f21dda843143d54a341b3b305a36722c22b
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cwapi3d",
|
||||
"version": "30.10.1",
|
||||
"version": "30.475.1",
|
||||
"description": "CwAPI3D is the Cadwork 3D plugin architecture in C++.",
|
||||
"homepage": "https://github.com/cwapi3d/cwapi3dcpp",
|
||||
"license": "MIT",
|
||||
|
@ -2097,7 +2097,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"cwapi3d": {
|
||||
"baseline": "30.10.1",
|
||||
"baseline": "30.475.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"cxxgraph": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "cfc66e207209b8ce5a3d6942d539449c14fc08bb",
|
||||
"version": "30.475.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "5345b145ba7d08c63a1783750a8ca24a4886cd5f",
|
||||
"version": "30.10.1",
|
||||
|
Loading…
Reference in New Issue
Block a user