change gcc version in Blender modules

This commit is contained in:
milanjaros 2021-12-16 12:01:50 +01:00
parent 2d683db29d
commit a27a096f25
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ description = """Blender is the free and open source 3D creation suite. It suppo
the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering,
compositing and motion tracking, even video editing and game creation."""
toolchain = {'name': 'GCC', 'version': '9.3.0'}
toolchain = {'name': 'GCC', 'version': '10.3.0'}
source_urls = ['https://ftp.nluug.nl/pub/graphics/blender/release/Blender2.83/']
sources = ['blender-%(version)s-linux-x64.tar.xz']

View File

@ -10,7 +10,7 @@ description = """Blender is the free and open source 3D creation suite. It suppo
the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering,
compositing and motion tracking, even video editing and game creation."""
toolchain = {'name': 'GCC', 'version': '9.3.0'}
toolchain = {'name': 'GCC', 'version': '10.3.0'}
source_urls = ['https://ftp.nluug.nl/pub/graphics/blender/release/Blender2.93/']
sources = ['blender-%(version)s-linux-x64.tar.xz']

View File

@ -10,7 +10,7 @@ description = """Blender is the free and open source 3D creation suite. It suppo
the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering,
compositing and motion tracking, even video editing and game creation."""
toolchain = {'name': 'GCC', 'version': '9.3.0'}
toolchain = {'name': 'GCC', 'version': '10.3.0'}
source_urls = ['https://ftp.nluug.nl/pub/graphics/blender/release/Blender3.0/']
sources = ['blender-%(version)s-linux-x64.tar.xz']