graphics/blender: Updated for version 2.74.

Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
Ryan P.C. McQuen 2015-04-05 18:19:11 -07:00 committed by Willy Sudiarto Raharjo
parent a95252b8be
commit ea29fee5c3
2 changed files with 7 additions and 7 deletions

View File

@ -27,11 +27,11 @@
# Thanks to Giorgio Peron <giorgio.peron@gmail.com> for some build tips
PRGNAM=blender
VERSION=${VERSION:-2.73a}
VERSION=${VERSION:-2.74}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
SRCVERSION=$VERSION-linux-glibc211
SRCVERSION=${VERSION}-linux-glibc211
# We'll remove the libGL* shared libaries that are shipped with blender (and
# instead use the ones that are shipped with Slackware's Xorg)

View File

@ -1,10 +1,10 @@
PRGNAM="blender"
VERSION="2.73a"
VERSION="2.74"
HOMEPAGE="http://blender.org"
DOWNLOAD="http://ftp.nluug.nl/pub/graphics/blender/release/Blender2.73/blender-2.73a-linux-glibc211-i686.tar.bz2"
MD5SUM="874cd56d449df75be0f72429f20853f7"
DOWNLOAD_x86_64="http://ftp.nluug.nl/pub/graphics/blender/release/Blender2.73/blender-2.73a-linux-glibc211-x86_64.tar.bz2"
MD5SUM_x86_64="83ba15c677d8c8f044b9637c136bca37"
DOWNLOAD="http://ftp.nluug.nl/pub/graphics/blender/release/Blender2.74/blender-2.74-linux-glibc211-i686.tar.bz2"
MD5SUM="bea6033c8a5427ecc5557b8e928c2c2e"
DOWNLOAD_x86_64="http://ftp.nluug.nl/pub/graphics/blender/release/Blender2.74/blender-2.74-linux-glibc211-x86_64.tar.bz2"
MD5SUM_x86_64="a5cd350854cc2151db2beff5bf648275"
REQUIRES=""
MAINTAINER="Ryan P.C. McQuen"
EMAIL="ryan.q@linux.com"