Skip to content

Commit

Permalink
[alembic] Bump to 1.8.8 (#42808)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhuai authored Dec 23, 2024
1 parent 8d3b7a8 commit 1bf27ad
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/alembic/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO alembic/alembic
REF "${VERSION}"
SHA512 510cc85346b685833091cd616ad6d8a3ba602e716747ab8dea6573abbaa1a2d49eed80b2d566b68293df78f3f3b9cf412ff4e3515f0d37951d63b9634b207a08
SHA512 02b7bf5782e83efb08a8653f130b02565fa997e857dbd8d0523e1b218ff58d929fbf9690db0980e8101a31f01a67341b6000af8794538890ef7d759fe0289e2f
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/alembic/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/alembic.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a007a23bd2a7017840023c47c4b2cf8e88f76df6",
"version": "1.8.8",
"port-version": 0
},
{
"git-tree": "f65e2f9fbe3059405f79ec9ea833a52ccf098328",
"version": "1.8.7",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"port-version": 7
},
"alembic": {
"baseline": "1.8.7",
"baseline": "1.8.8",
"port-version": 0
},
"aliyun-oss-c-sdk": {
Expand Down

0 comments on commit 1bf27ad

Please sign in to comment.