mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
graphics/blender: Updated for version 2.61.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
a85e895733
commit
f469892f96
2 changed files with 6 additions and 6 deletions
|
@ -23,7 +23,7 @@
|
|||
# Thanks to Giorgio Peron <giorgio.peron@gmail.com> for some build tips
|
||||
|
||||
PRGNAM=blender
|
||||
VERSION=${VERSION:-2.58}
|
||||
VERSION=${VERSION:-2.61}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="blender"
|
||||
VERSION="2.58"
|
||||
VERSION="2.61"
|
||||
HOMEPAGE="http://blender.org"
|
||||
DOWNLOAD="http://download.blender.org/release//Blender2.58/blender-2.58-linux-glibc27-i686.tar.bz2"
|
||||
MD5SUM="13c9b4dcada0bfc5809782800b335a18"
|
||||
DOWNLOAD_x86_64="http://download.blender.org/release//Blender2.58/blender-2.58-linux-glibc27-x86_64.tar.bz2"
|
||||
MD5SUM_x86_64="4694d88b84723eaef23e71e7849b3c76"
|
||||
DOWNLOAD="http://download.blender.org/release/Blender2.61/blender-2.61-linux-glibc27-i686.tar.bz2"
|
||||
MD5SUM="71f2a7f79e641cd777e1015adaad57a5"
|
||||
DOWNLOAD_x86_64="http://download.blender.org/release/Blender2.61/blender-2.61-linux-glibc27-x86_64.tar.bz2"
|
||||
MD5SUM_x86_64="af4f330ad879eaa65ed81e180f71bdd7"
|
||||
MAINTAINER="Robby Workman"
|
||||
EMAIL="rw@rlworkman.net"
|
||||
APPROVED="Niels Horn"
|
||||
|
|
Loading…
Reference in a new issue