graphics/blender: Updated for version 2.73.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
parent
16d8245386
commit
1ece1ceb93
|
@ -27,7 +27,7 @@
|
|||
# Thanks to Giorgio Peron <giorgio.peron@gmail.com> for some build tips
|
||||
|
||||
PRGNAM=blender
|
||||
VERSION=${VERSION:-2.72b}
|
||||
VERSION=${VERSION:-2.73}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="blender"
|
||||
VERSION="2.72b"
|
||||
VERSION="2.73"
|
||||
HOMEPAGE="http://blender.org"
|
||||
DOWNLOAD="http://ftp.nluug.nl/pub/graphics/blender/release/Blender2.72/blender-2.72b-linux-glibc211-i686.tar.bz2"
|
||||
MD5SUM="97f31470bc76960710671599d67fc135"
|
||||
DOWNLOAD_x86_64="http://ftp.nluug.nl/pub/graphics/blender/release/Blender2.72/blender-2.72b-linux-glibc211-x86_64.tar.bz2"
|
||||
MD5SUM_x86_64="42d50ebbdd0782348f1868abb9b0fe0f"
|
||||
DOWNLOAD="http://ftp.nluug.nl/pub/graphics/blender/release/Blender2.73/blender-2.73-linux-glibc211-i686.tar.bz2"
|
||||
MD5SUM="c5eba8275917258da717c0dfdfd9b0ce"
|
||||
DOWNLOAD_x86_64="http://ftp.nluug.nl/pub/graphics/blender/release/Blender2.73/blender-2.73-linux-glibc211-x86_64.tar.bz2"
|
||||
MD5SUM_x86_64="b60416f326b5e08c123591540053231e"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Ryan P.C. McQuen"
|
||||
EMAIL="ryan.q@linux.com"
|
||||
|
|
Loading…
Reference in New Issue