diff options
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 f25007ce92..84d70ee404 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) |