diff options
author | Christoph Willing <chris.willing@iinet.net.au> | 2017-03-10 18:38:26 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-11 07:04:01 +0700 |
commit | 37d3e9404add4c52298ac95d7ee74ba6edb126f6 (patch) | |
tree | 2bb7fb434123f1da61c46d6f316770248d69a8ba /graphics/Blender/Blender.SlackBuild | |
parent | cb6604ead419da238dd1b179162a5783878e63e8 (diff) | |
download | slackbuilds-37d3e9404add4c52298ac95d7ee74ba6edb126f6.tar.gz |
graphics/Blender: Updated for version 2.78c
Signed-off-by: Christoph Willing <chris.willing@iinet.net.au>
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 793b8c01b7..03be13ea99 100644 --- a/graphics/Blender/Blender.SlackBuild +++ b/graphics/Blender/Blender.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for blender -# Copyright 2015-16 Christoph Willing Brisbane, Australia +# Copyright 2015-2017 Christoph Willing Brisbane, Australia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ SRCNAM=blender PKGNAM=Blender -VERSION=${VERSION:-2.78a} +VERSION=${VERSION:-2.78c} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PYTHON_VERSION=$(python3 -c "import sys; print(sys.version[:3])") |