diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-07-17 17:26:22 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-19 08:27:49 +0700 |
commit | a4592d733b282bd5c16c3959e0d644d6136c6f43 (patch) | |
tree | 3786b34413c9211cd8a6ef1a5e57ae6b845b52e2 /graphics | |
parent | 06727cd1e50049a599f78835e00c53703ea6507c (diff) |
graphics/blender: Version bump to 4.2.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/blender/blender.SlackBuild | 4 | ||||
-rw-r--r-- | graphics/blender/blender.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/blender/blender.SlackBuild b/graphics/blender/blender.SlackBuild index 9e9eb82acd254..71ce14924d9d6 100644 --- a/graphics/blender/blender.SlackBuild +++ b/graphics/blender/blender.SlackBuild @@ -37,7 +37,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=blender -VERSION=${VERSION:-4.1.1} +VERSION=${VERSION:-4.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -120,7 +120,7 @@ mkdir -p $PKG/usr/share/icons/hicolor/scalable/apps # Correct permissions for executables/libraries find $PKG/opt/blender/${VERSION%.*}/python/lib -name *.so -exec chmod +x {} + find $PKG/opt/blender/lib -name *.so* -exec chmod +x {} + -chmod +x $PKG/opt/blender/${VERSION%.*}/scripts/addons/cycles/lib/kernel_*.cubin +find $PKG/opt/blender/${VERSION%.*}/scripts/ -name kernel_*.cubin -exec chmod +x {} + # Add a desktop menu entry mkdir -p $PKG/usr/share/applications diff --git a/graphics/blender/blender.info b/graphics/blender/blender.info index 6e80c9b68252c..f30d80c1634de 100644 --- a/graphics/blender/blender.info +++ b/graphics/blender/blender.info @@ -1,10 +1,10 @@ PRGNAM="blender" -VERSION="4.1.1" +VERSION="4.2.0" HOMEPAGE="http://blender.org" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://ftp.nluug.nl/pub/graphics/blender/release/Blender4.1/blender-4.1.1-linux-x64.tar.xz" -MD5SUM_x86_64="9162a33b58c88180d17cd1051559b520" +DOWNLOAD_x86_64="https://ftp.nluug.nl/pub/graphics/blender/release/Blender4.2/blender-4.2.0-linux-x64.tar.xz" +MD5SUM_x86_64="d4555313745524a6add308001e3198cf" REQUIRES="" MAINTAINER="Jeremy Hansen" EMAIL="jebrhansen+SBo@gmail.com" |