Skip to content

Commit 1bf27ad

Browse files
authored
[alembic] Bump to 1.8.8 (microsoft#42808)
1 parent 8d3b7a8 commit 1bf27ad

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

ports/alembic/portfile.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ vcpkg_from_github(
44
OUT_SOURCE_PATH SOURCE_PATH
55
REPO alembic/alembic
66
REF "${VERSION}"
7-
SHA512 510cc85346b685833091cd616ad6d8a3ba602e716747ab8dea6573abbaa1a2d49eed80b2d566b68293df78f3f3b9cf412ff4e3515f0d37951d63b9634b207a08
7+
SHA512 02b7bf5782e83efb08a8653f130b02565fa997e857dbd8d0523e1b218ff58d929fbf9690db0980e8101a31f01a67341b6000af8794538890ef7d759fe0289e2f
88
HEAD_REF master
99
)
1010

ports/alembic/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "alembic",
3-
"version": "1.8.7",
3+
"version": "1.8.8",
44
"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.",
55
"homepage": "https://alembic.io/",
66
"supports": "!(windows & x86) & !uwp",

versions/a-/alembic.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "a007a23bd2a7017840023c47c4b2cf8e88f76df6",
5+
"version": "1.8.8",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "f65e2f9fbe3059405f79ec9ea833a52ccf098328",
510
"version": "1.8.7",

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"port-version": 7
7474
},
7575
"alembic": {
76-
"baseline": "1.8.7",
76+
"baseline": "1.8.8",
7777
"port-version": 0
7878
},
7979
"aliyun-oss-c-sdk": {

0 commit comments

Comments
 (0)