Skip to content

Commit

Permalink
[openfbx] Update port openfbx to latest version (#42610)
Browse files Browse the repository at this point in the history
Co-authored-by: Frédéric Larivé <frederic.larive@ubisoft.com>
Co-authored-by: Jon <v-zhli17@microsoft.com>
  • Loading branch information
3 people authored Dec 12, 2024
1 parent 9b09421 commit e7283e1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
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

0 comments on commit e7283e1

Please sign in to comment.