From 082e8bb8e333b4140ac79aadb97f0913381440da Mon Sep 17 00:00:00 2001 From: SunBlack Date: Wed, 7 Jan 2026 21:10:28 +0100 Subject: [PATCH] [alembic] Avoid homepage SSL certificate issue (#49269) --- ports/alembic/vcpkg.json | 3 ++- versions/a-/alembic.json | 5 +++++ versions/baseline.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ports/alembic/vcpkg.json b/ports/alembic/vcpkg.json index 88c5651391..197599eb69 100644 --- a/ports/alembic/vcpkg.json +++ b/ports/alembic/vcpkg.json @@ -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", diff --git a/versions/a-/alembic.json b/versions/a-/alembic.json index 90118f6fda..b8e4fd22da 100644 --- a/versions/a-/alembic.json +++ b/versions/a-/alembic.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "cd41108665da5fd59679c198fb6103bd28250b96", + "version": "1.8.10", + "port-version": 1 + }, { "git-tree": "816ebf879602f9c3165374aad3fbe6746823d531", "version": "1.8.10", diff --git a/versions/baseline.json b/versions/baseline.json index 9158a33561..02ead46404 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -82,7 +82,7 @@ }, "alembic": { "baseline": "1.8.10", - "port-version": 0 + "port-version": 1 }, "aliyun-oss-c-sdk": { "baseline": "3.11.2",