From e57f87b392d4cb109f4d1552aa9f8f53f23771a0 Mon Sep 17 00:00:00 2001 From: Silverlan Date: Mon, 18 Nov 2024 10:35:03 +0100 Subject: [PATCH] build: update submodules --- build_scripts/build.py | 4 ++-- build_scripts/scripts/external_libs.py | 2 +- build_scripts/scripts/modules.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build_scripts/build.py b/build_scripts/build.py index 8e2378664..77dea358b 100644 --- a/build_scripts/build.py +++ b/build_scripts/build.py @@ -820,7 +820,7 @@ def execbuildscript(filepath): if with_essential_client_modules: add_pragma_module( name="pr_prosper_vulkan", - commitSha="9071ef182a9286369922fab76232267208027a93", + commitSha="b629cd60523450274277cfd353bc78f9aed4c2fa", repositoryUrl="https://github.com/Silverlan/pr_prosper_vulkan.git" ) @@ -1136,7 +1136,7 @@ def download_addon(name,addonName,url,commitId=None): curDir = os.getcwd() if not skip_repository_updates: if with_pfm: - download_addon("PFM","filmmaker","https://github.com/Silverlan/pfm.git","e7680ee941c9696c5277c98e5b1b7a3530f3bc8e") + download_addon("PFM","filmmaker","https://github.com/Silverlan/pfm.git","b0cc0afcdb96aab8a5fe778fb20aef7eb5329115") download_addon("model editor","tool_model_editor","https://github.com/Silverlan/pragma_model_editor.git","bd4844c06b9a42bacd17bb7e52d3381c3fd119e4") if with_vr: diff --git a/build_scripts/scripts/external_libs.py b/build_scripts/scripts/external_libs.py index b57efe35f..136e6ecc9 100644 --- a/build_scripts/scripts/external_libs.py +++ b/build_scripts/scripts/external_libs.py @@ -16,7 +16,7 @@ get_submodule("mathutil","https://github.com/Silverlan/mathutil.git","e872f599805cf696ff6a84a4253fc44ae8e83a15") get_submodule("networkmanager","https://github.com/Silverlan/networkmanager.git","981bc5809c1a768267ddace778205e1be0262730") get_submodule("panima","https://github.com/Silverlan/panima.git","06916dd30cde319f31b1eee25cfed7dea8f14630") -get_submodule("prosper","https://github.com/Silverlan/prosper.git","0e1415ded54800e826c78341a62c555ef53692c2") +get_submodule("prosper","https://github.com/Silverlan/prosper.git","6e5238ef5bde5aafabdc6711d55a5a336c5aa13f") get_submodule("sharedutils","https://github.com/Silverlan/sharedutils.git","65031009e7f85722f243a493ad47e03ca10617fe") get_submodule("util_bsp","https://github.com/Silverlan/util_bsp.git","2d912cceaaa59199a86431aa9d194e922b2ebea4") get_submodule("util_formatted_text","https://github.com/Silverlan/util_formatted_text.git","c473a2bdc1ad84ef52d391226d6983ef3076958e") diff --git a/build_scripts/scripts/modules.py b/build_scripts/scripts/modules.py index 25f6bd632..74ec59947 100644 --- a/build_scripts/scripts/modules.py +++ b/build_scripts/scripts/modules.py @@ -12,6 +12,6 @@ get_submodule("pr_audio_dummy","https://github.com/Silverlan/pr_audio_dummy.git","1a806a1a7b2283bd8551d07e4f1d680499f68b90") get_submodule("pr_curl","https://github.com/Silverlan/pr_curl.git","974c67cc76710809a9595fcfbc4167554799cd7f") get_submodule("pr_prosper_opengl","https://github.com/Silverlan/pr_prosper_opengl.git","d73bf6dea11b1a79d5dc4715e224aa4cb15d0d48") -get_submodule("pr_prosper_vulkan","https://github.com/Silverlan/pr_prosper_vulkan.git","9071ef182a9286369922fab76232267208027a93") +get_submodule("pr_prosper_vulkan","https://github.com/Silverlan/pr_prosper_vulkan.git","b629cd60523450274277cfd353bc78f9aed4c2fa") os.chdir(curDir)