[coin] Update to 4.0.3 (#40833)

This commit is contained in:
jim wang 2024-09-08 18:29:38 +00:00 committed by GitHub
parent 68d349964c
commit 318a8a4a52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 5 deletions

View File

@ -17,7 +17,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO Coin3D/coin REPO Coin3D/coin
REF "v${VERSION}" REF "v${VERSION}"
SHA512 f913f1b1ec5819d72e054dc94702effe9ee2a28547fc9bebc2f6b2e55d8a67c6cfa05e43239461e806cbead0a7548f82b31d5b86181eed4ffc5c801d3b94aa67 SHA512 c526c0545efa9852c647e163bbf69caae2e3a0eb4e99a8fc7a313172b8d1006e304a4d19bacbd8820443b0d4f90775ee31ca711da4ad2d432783ef5c8bc85074
HEAD_REF master HEAD_REF master
PATCHES PATCHES
remove-default-config.patch remove-default-config.patch

View File

@ -1,7 +1,6 @@
{ {
"name": "coin", "name": "coin",
"version": "4.0.2", "version": "4.0.3",
"port-version": 3,
"description": "A high-level 3D visualization library with Open Inventor 2.1 API", "description": "A high-level 3D visualization library with Open Inventor 2.1 API",
"homepage": "https://github.com/coin3d/coin", "homepage": "https://github.com/coin3d/coin",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",

View File

@ -1749,8 +1749,8 @@
"port-version": 1 "port-version": 1
}, },
"coin": { "coin": {
"baseline": "4.0.2", "baseline": "4.0.3",
"port-version": 3 "port-version": 0
}, },
"coin-or-buildtools": { "coin-or-buildtools": {
"baseline": "2023-02-02", "baseline": "2023-02-02",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "e2e30210c211c4f2e33abcbb9962b8ee03c8711b",
"version": "4.0.3",
"port-version": 0
},
{ {
"git-tree": "9747cd35a942a8d806f44a70bdda8833823826e5", "git-tree": "9747cd35a942a8d806f44a70bdda8833823826e5",
"version": "4.0.2", "version": "4.0.2",