blender: update to 2.93.5
This commit is contained in:
parent
fc39eca440
commit
a77b333a0c
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'blender'
|
# Template file for 'blender'
|
||||||
pkgname=blender
|
pkgname=blender
|
||||||
version=2.93.4
|
version=2.93.5
|
||||||
revision=1
|
revision=1
|
||||||
archs="x86_64* ppc64*"
|
archs="x86_64* ppc64*"
|
||||||
build_style="cmake"
|
build_style="cmake"
|
||||||
|
@ -24,9 +24,9 @@ depends="desktop-file-utils hicolor-icon-theme"
|
||||||
short_desc="3D graphics creation suite"
|
short_desc="3D graphics creation suite"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://www.blender.org"
|
homepage="https://www.blender.org"
|
||||||
distfiles="http://download.blender.org/source/${pkgname}-${version}.tar.xz"
|
distfiles="https://download.blender.org/source/blender-${version}.tar.xz"
|
||||||
checksum=e5c1419cf2d3af0ac4cb90217df05e1a149040739b8c02dcfaaf2c2061487fb2
|
checksum=d22df1babec8b6ecfe5d3344885288c57afca95ca9185f3fe165220810475cbb
|
||||||
python_version=3
|
python_version=3
|
||||||
CXXFLAGS="-DNDEBUG"
|
CXXFLAGS="-DNDEBUG"
|
||||||
CFLAGS="$CXXFLAGS"
|
CFLAGS="$CXXFLAGS"
|
||||||
|
|
Loading…
Reference in a new issue