mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
graphics/Blender: Updated for version 2.93.6
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2f12e24b3c
commit
f232644777
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=Blender
|
||||
VERSION=${VERSION:-2.93.5}
|
||||
VERSION=${VERSION:-2.93.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="Blender"
|
||||
VERSION="2.93.5"
|
||||
VERSION="2.93.6"
|
||||
HOMEPAGE="https://blender.org"
|
||||
DOWNLOAD="https://download.blender.org/source/blender-2.93.5.tar.xz"
|
||||
MD5SUM="d1b175ee9d17704afe8cfebb1d56c76e"
|
||||
DOWNLOAD="https://download.blender.org/source/blender-2.93.6.tar.xz"
|
||||
MD5SUM="e86f4638a2f27f6c2d1b9e165a23b712"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="potrace OpenSubdiv pugixml jack opencollada valgrind numpy3 openimageio freealut embree"
|
||||
|
|
Loading…
Reference in a new issue