From 5d22c606b109d4efe0a150a3b16d33ce9e332f1e Mon Sep 17 00:00:00 2001 From: obunden <56209614+obunden@users.noreply.github.com> Date: Sun, 6 Oct 2019 15:24:47 +0200 Subject: [PATCH] godot: update to 3.1.1 --- srcpkgs/godot/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/godot/template b/srcpkgs/godot/template index 8eb582bfb7c..25c7e41ffc8 100644 --- a/srcpkgs/godot/template +++ b/srcpkgs/godot/template @@ -1,7 +1,7 @@ # Template file for 'godot' pkgname=godot -version=3.1 -revision=2 +version=3.1.1 +revision=1 wrksrc="${pkgname}-${version}-stable" build_style=scons # Godot contains private copies of libraries @@ -16,7 +16,7 @@ maintainer="Nick Hahn " license="MIT" homepage="https://www.godotengine.org/" distfiles="https://github.com/godotengine/${pkgname}/archive/${version}-stable.tar.gz" -checksum=cd66354b2397f28193ba3add8d8cc5c3562775f662887b56f16de82974f041e3 +checksum=3d952cda12a43d71c53c508bc64ca82cc165a3345976b6d128f869d5bd7a61d2 nocross=https://build.voidlinux.org/builders/armv7l_builder/builds/6342/steps/shell_3/logs/stdio CFLAGS+=" -fPIE -fPIC"