graphics/blender: Updated for version 2.63a.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Robby Workman 2012-05-13 08:56:37 -04:00 committed by dsomero
parent e113b1a956
commit 2ce00b836a
2 changed files with 6 additions and 6 deletions

View file

@ -23,7 +23,7 @@
# Thanks to Giorgio Peron <giorgio.peron@gmail.com> for some build tips
PRGNAM=blender
VERSION=${VERSION:-2.63}
VERSION=${VERSION:-2.63a}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="blender"
VERSION="2.63"
VERSION="2.63a"
HOMEPAGE="http://blender.org"
DOWNLOAD="http://download.blender.org/release/Blender2.63/blender-2.63-linux-glibc27-i686.tar.bz2"
MD5SUM="f0ff8355f4ae2ef6e32d92449dcf93a5"
DOWNLOAD_x86_64="http://download.blender.org/release/Blender2.63/blender-2.63-linux-glibc27-x86_64.tar.bz2"
MD5SUM_x86_64="51d57632eacdd988ab9b3862334fffea"
DOWNLOAD="http://download.blender.org/release/Blender2.63/blender-2.63a-linux-glibc27-i686.tar.bz2"
MD5SUM="78c256082a4eb3aa026d244a45d5ff5e"
DOWNLOAD_x86_64="http://download.blender.org/release/Blender2.63/blender-2.63a-linux-glibc27-x86_64.tar.bz2"
MD5SUM_x86_64="b23d6d343d4048c9f034dcc07fcb1a65"
MAINTAINER="Robby Workman"
EMAIL="rw@rlworkman.net"
APPROVED="dsomero"