diff options
author | Cem Keylan <cem@ckyln.com> | 2023-07-15 01:37:41 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-07-15 01:37:41 +0200 |
commit | be763b3d457c7414aa512b8fa382384e87b058ac (patch) | |
tree | 4ecab073694463055af9cc2b2b92b0ac0e5dea99 /community | |
parent | 3c80c0e6f3f2418326de957b0b100e99c2e9a974 (diff) | |
download | repository-be763b3d457c7414aa512b8fa382384e87b058ac.tar.gz |
godot: bump to 3.5.2
Diffstat (limited to 'community')
-rwxr-xr-x | community/godot/build | 5 | ||||
-rw-r--r-- | community/godot/checksums | 2 | ||||
-rw-r--r-- | community/godot/sources | 2 | ||||
-rw-r--r-- | community/godot/version | 2 |
4 files changed, 8 insertions, 3 deletions
diff --git a/community/godot/build b/community/godot/build index aba972ea..0acc437c 100755 --- a/community/godot/build +++ b/community/godot/build @@ -19,6 +19,11 @@ export PYTHONPATH PATH clsed 's/#ifdef CRASH_HANDLER_ENABLED/#if defined(CRASH_HANDLER_ENABLED) \&\& defined(__GLIBC__)/' \ platform/x11/crash_handler_x11.cpp +# Fix build with GCC13 +clsed '/^#define/a#include <cstdint>' \ + modules/fbx/fbx_parser/FBXCommon.h \ + thirdparty/vhacd/inc/vhacdManifoldMesh.h + scons \ platform=x11 \ target=release_debug \ diff --git a/community/godot/checksums b/community/godot/checksums index 10a9e01f..69c768a5 100644 --- a/community/godot/checksums +++ b/community/godot/checksums @@ -1,5 +1,5 @@ %BLAKE3 -a6c4e7cc5cc583a716e11ee80fee362a22ef310a699a631626ee876a84328131 3.5.1-stable.tar.gz +53f21d00072e7a9eec04246003a197075b3920e1c657bcfa72cb504cc191cc28 3.5.2-stable.tar.gz 2b2207d86f6b687d9af604fd86dc47d3cfd07044f1474da9d63180a1dad53687 SCons-4.4.0.tar.gz 312b85c0aaffc44755ad268c8ce8c83f46e33e4632b9d4b9d6ac06b5cb071dbb pythonpath 32830ef2a81551e19c17897c82b3ed6ce9933cdc41afca2f1848575d6bc52bb0 godot.desktop diff --git a/community/godot/sources b/community/godot/sources index 6e7fc231..61c4073b 100644 --- a/community/godot/sources +++ b/community/godot/sources @@ -1,4 +1,4 @@ -https://github.com/godotengine/godot/archive/3.5.1-stable.tar.gz +https://github.com/godotengine/godot/archive/3.5.2-stable.tar.gz https://github.com/SCons/scons/releases/download/4.4.0/SCons-4.4.0.tar.gz scons files/pythonpath files/godot.desktop diff --git a/community/godot/version b/community/godot/version index 591d5e43..9580b4b8 100644 --- a/community/godot/version +++ b/community/godot/version @@ -1 +1 @@ -3.5.1 1 +3.5.2 1 |