diff options
author | Ryan P.C. McQuen <ryan.q@linux.com> | 2015-04-05 18:19:11 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-12 10:07:01 +0700 |
commit | ea29fee5c3272a19cb58338ba8658f000c6dd73b (patch) | |
tree | 9f82c0fa9bbaedd4bbee0be3ba5a9870afb73609 /graphics/blender/blender.SlackBuild | |
parent | a95252b8beacd2d02d2e45bd7d9daf1d65afa843 (diff) |
graphics/blender: Updated for version 2.74.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
Diffstat (limited to 'graphics/blender/blender.SlackBuild')
-rw-r--r-- | graphics/blender/blender.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/blender/blender.SlackBuild b/graphics/blender/blender.SlackBuild index f25007ce92965..84d70ee404c7f 100644 --- a/graphics/blender/blender.SlackBuild +++ b/graphics/blender/blender.SlackBuild @@ -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) |