From 0808efefe5b7847d29554b1cb53e30a44eb86733 Mon Sep 17 00:00:00 2001 From: dataCobra Date: Sat, 4 Nov 2023 09:40:01 +0100 Subject: [PATCH] godot: update to 4.1.3. --- srcpkgs/godot/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/godot/template b/srcpkgs/godot/template index e57051ab29d35..1bdfcbf5f57c6 100644 --- a/srcpkgs/godot/template +++ b/srcpkgs/godot/template @@ -1,7 +1,7 @@ # Template file for 'godot' pkgname=godot -version=4.1.2 -revision=2 +version=4.1.3 +revision=1 archs="x86_64* i686* aarch64* armv7* ppc64*" build_style=scons # Build currently fails with embree-4.X @@ -24,7 +24,7 @@ maintainer="dataCobra " license="MIT" homepage="https://www.godotengine.org/" distfiles="https://github.com/godotengine/godot/archive/${version}-stable.tar.gz" -checksum=790ff4f364f8421597a970f16041e86007f4c522bd427b3d7d14679026e58d40 +checksum=a9357c869152497223f91bb083bf5575cc25815cc1117ca677438164b8a4fad5 nocross=https://build.voidlinux.org/builders/armv7l_builder/builds/6342/steps/shell_3/logs/stdio CFLAGS+=" -fPIE -fPIC"