Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[openfbx] Update port openfbx to latest version #42610

Merged
merged 3 commits into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions ports/openfbx/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO nem0/OpenFBX
REF 6a788af3b19dd6921a64eb7e133a3fa131dfbbd5
SHA512 c441e15ef0916e412af464c9f318a471cdbdc55225fe4282ff640243cd11dfcac6ff233ae8e60db63d1eaed1511d33ffa8d7ed37743c4580f8bde0724d7b6c47
REF ea1af1d81cd04c603e65042c95385370274c61af
SHA512 f3d1593e3f225847a1cbcb3d36d558a9f9b9929d290bf4e6873d1bc91543e5d7ac7913296049875a1a734442abfffd9de22eb3f493a6bd799bf3790a64f20409
HEAD_REF master
)

Expand All @@ -23,3 +23,4 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")

file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

2 changes: 1 addition & 1 deletion ports/openfbx/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openfbx",
"version-date": "2022-07-18",
"version-date": "2024-05-08",
"description": "Lightweight open source FBX importer",
"homepage": "https://github.com/nem0/OpenFBX",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6681,7 +6681,7 @@
"port-version": 0
},
"openfbx": {
"baseline": "2022-07-18",
"baseline": "2024-05-08",
"port-version": 0
},
"openfx": {
Expand Down
5 changes: 5 additions & 0 deletions versions/o-/openfbx.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a8cefcba9bae878776bff95c9f078ffa58d5f15a",
"version-date": "2024-05-08",
"port-version": 0
},
{
"git-tree": "2ef566bee77c87c4efa26b8c9905e1fb26117f95",
"version-date": "2022-07-18",
Expand Down