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 to very latest (2024-12-28) #42983

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft
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
4 changes: 2 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 ea1af1d81cd04c603e65042c95385370274c61af
SHA512 f3d1593e3f225847a1cbcb3d36d558a9f9b9929d290bf4e6873d1bc91543e5d7ac7913296049875a1a734442abfffd9de22eb3f493a6bd799bf3790a64f20409
REF 82a43d9191f2250145fddc219b4083667c33f2a5
SHA512 5fd2528b5638aee3b261da7c3dc5446cfa83eaf50d2a074ba8797fd61a5a15216b0cb192d24270984c547eddc878c67b24519ff2bc9871b79018561d899f6123
HEAD_REF master
)

Expand Down
3 changes: 1 addition & 2 deletions ports/openfbx/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "openfbx",
"version-date": "2024-05-08",
"port-version": 1,
"version-date": "2024-12-28",
"description": "Lightweight open source FBX importer",
"homepage": "https://github.com/nem0/OpenFBX",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6693,8 +6693,8 @@
"port-version": 0
},
"openfbx": {
"baseline": "2024-05-08",
"port-version": 1
"baseline": "2024-12-28",
"port-version": 0
},
"openfx": {
"baseline": "1.4",
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": "c5e813699d1819c8bdc48d804f2f5a84188a1caf",
"version-date": "2024-12-28",
"port-version": 0
},
{
"git-tree": "91f58df63150443bd8e644f319361162031b88c7",
"version-date": "2024-05-08",
Expand Down
Loading