diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2013-11-03 15:18:51 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-03 15:18:51 -0600 |
commit | a1a7d0082c0e4f30e3f3bfb8863b9590d1b01e80 (patch) | |
tree | 381aeae823353b23d4b6127ce640669444c060a1 /graphics/blender/blender.SlackBuild | |
parent | f57216887b7e8a81187749158de2ffcfbde11a4e (diff) | |
download | slackbuilds-a1a7d0082c0e4f30e3f3bfb8863b9590d1b01e80.tar.gz |
graphics/blender: Updated for version 2.69.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'graphics/blender/blender.SlackBuild')
-rw-r--r-- | graphics/blender/blender.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/blender/blender.SlackBuild b/graphics/blender/blender.SlackBuild index 1336bcf7c0..0afb384c20 100644 --- a/graphics/blender/blender.SlackBuild +++ b/graphics/blender/blender.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2008-2012 Robby Workman Northport, AL, USA +# Copyright 2008-2013 Robby Workman Northport, AL, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,11 +23,11 @@ # Thanks to Giorgio Peron <giorgio.peron@gmail.com> for some build tips PRGNAM=blender -VERSION=${VERSION:-2.63a} +VERSION=${VERSION:-2.69} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -SRCVERSION=$VERSION-linux-glibc27 +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) |