mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
graphics/Blender: Updated for version 2.83.0
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
38fe8ecf20
commit
24a880656a
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=Blender
|
||||
VERSION=${VERSION:-2.82a}
|
||||
VERSION=${VERSION:-2.83.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="Blender"
|
||||
VERSION="2.82a"
|
||||
VERSION="2.83.0"
|
||||
HOMEPAGE="https://blender.org"
|
||||
DOWNLOAD="https://download.blender.org/source/blender-2.82a.tar.xz"
|
||||
MD5SUM="3e9d669185b83d5d2cb1b38dcf64d5ec"
|
||||
DOWNLOAD="https://download.blender.org/source/blender-2.83.0.tar.xz"
|
||||
MD5SUM="006d183cb3b312c9d49c6a96836fba38"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ffmpeg jack opencollada python-requests valgrind numpy3 SDL2 openimageio freealut tbb"
|
||||
REQUIRES="ffmpeg jack opencollada opus python-requests valgrind numpy3 SDL2 openimageio freealut tbb"
|
||||
MAINTAINER="Christoph Willing"
|
||||
EMAIL="chris.willing@linux.com"
|
||||
|
|
Loading…
Reference in a new issue