mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 03:50:50 +08:00
[alembic] Bump to 1.8.8 (#42808)
This commit is contained in:
parent
8d3b7a872f
commit
1bf27ad221
@ -4,7 +4,7 @@ vcpkg_from_github(
|
|||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO alembic/alembic
|
REPO alembic/alembic
|
||||||
REF "${VERSION}"
|
REF "${VERSION}"
|
||||||
SHA512 510cc85346b685833091cd616ad6d8a3ba602e716747ab8dea6573abbaa1a2d49eed80b2d566b68293df78f3f3b9cf412ff4e3515f0d37951d63b9634b207a08
|
SHA512 02b7bf5782e83efb08a8653f130b02565fa997e857dbd8d0523e1b218ff58d929fbf9690db0980e8101a31f01a67341b6000af8794538890ef7d759fe0289e2f
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "alembic",
|
"name": "alembic",
|
||||||
"version": "1.8.7",
|
"version": "1.8.8",
|
||||||
"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.",
|
"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://alembic.io/",
|
||||||
"supports": "!(windows & x86) & !uwp",
|
"supports": "!(windows & x86) & !uwp",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "a007a23bd2a7017840023c47c4b2cf8e88f76df6",
|
||||||
|
"version": "1.8.8",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "f65e2f9fbe3059405f79ec9ea833a52ccf098328",
|
"git-tree": "f65e2f9fbe3059405f79ec9ea833a52ccf098328",
|
||||||
"version": "1.8.7",
|
"version": "1.8.7",
|
||||||
|
@ -73,7 +73,7 @@
|
|||||||
"port-version": 7
|
"port-version": 7
|
||||||
},
|
},
|
||||||
"alembic": {
|
"alembic": {
|
||||||
"baseline": "1.8.7",
|
"baseline": "1.8.8",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"aliyun-oss-c-sdk": {
|
"aliyun-oss-c-sdk": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user