mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
[alembic] Avoid homepage SSL certificate issue (#49269)
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
{
|
||||
"name": "alembic",
|
||||
"version": "1.8.10",
|
||||
"port-version": 1,
|
||||
"description": "Alembic is an open framework for storing and sharing scene data that includes a C++ library, a file format, and client plugins and applications.",
|
||||
"homepage": "https://alembic.io/",
|
||||
"homepage": "https://www.alembic.io",
|
||||
"supports": "!(windows & x86) & !uwp",
|
||||
"dependencies": [
|
||||
"imath",
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "cd41108665da5fd59679c198fb6103bd28250b96",
|
||||
"version": "1.8.10",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "816ebf879602f9c3165374aad3fbe6746823d531",
|
||||
"version": "1.8.10",
|
||||
|
||||
@@ -82,7 +82,7 @@
|
||||
},
|
||||
"alembic": {
|
||||
"baseline": "1.8.10",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"aliyun-oss-c-sdk": {
|
||||
"baseline": "3.11.2",
|
||||
|
||||
Reference in New Issue
Block a user