diff options
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) |