From 1bf27ad221da9acea6bd5788026df9e9b81631d9 Mon Sep 17 00:00:00 2001 From: Weihang Ding <798047000@qq.com> Date: Tue, 24 Dec 2024 01:45:15 +0800 Subject: [PATCH] [alembic] Bump to 1.8.8 (#42808) --- ports/alembic/portfile.cmake | 2 +- ports/alembic/vcpkg.json | 2 +- versions/a-/alembic.json | 5 +++++ versions/baseline.json | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ports/alembic/portfile.cmake b/ports/alembic/portfile.cmake index 2aff154b28..f01c40be3b 100644 --- a/ports/alembic/portfile.cmake +++ b/ports/alembic/portfile.cmake @@ -4,7 +4,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO alembic/alembic REF "${VERSION}" - SHA512 510cc85346b685833091cd616ad6d8a3ba602e716747ab8dea6573abbaa1a2d49eed80b2d566b68293df78f3f3b9cf412ff4e3515f0d37951d63b9634b207a08 + SHA512 02b7bf5782e83efb08a8653f130b02565fa997e857dbd8d0523e1b218ff58d929fbf9690db0980e8101a31f01a67341b6000af8794538890ef7d759fe0289e2f HEAD_REF master ) diff --git a/ports/alembic/vcpkg.json b/ports/alembic/vcpkg.json index bb6bc853a2..e44c388631 100644 --- a/ports/alembic/vcpkg.json +++ b/ports/alembic/vcpkg.json @@ -1,6 +1,6 @@ { "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.", "homepage": "https://alembic.io/", "supports": "!(windows & x86) & !uwp", diff --git a/versions/a-/alembic.json b/versions/a-/alembic.json index c0420a2fe1..75cd7bce16 100644 --- a/versions/a-/alembic.json +++ b/versions/a-/alembic.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "a007a23bd2a7017840023c47c4b2cf8e88f76df6", + "version": "1.8.8", + "port-version": 0 + }, { "git-tree": "f65e2f9fbe3059405f79ec9ea833a52ccf098328", "version": "1.8.7", diff --git a/versions/baseline.json b/versions/baseline.json index 1aff786d20..934afbbf51 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -73,7 +73,7 @@ "port-version": 7 }, "alembic": { - "baseline": "1.8.7", + "baseline": "1.8.8", "port-version": 0 }, "aliyun-oss-c-sdk": {