mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
graphics/blender: Version bump to 4.2.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7f77b0d00d
commit
2c761f54e9
2 changed files with 4 additions and 4 deletions
|
@ -37,7 +37,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=blender
|
||||
VERSION=${VERSION:-4.2.1}
|
||||
VERSION=${VERSION:-4.2.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="blender"
|
||||
VERSION="4.2.1"
|
||||
VERSION="4.2.2"
|
||||
HOMEPAGE="http://blender.org"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://ftp.nluug.nl/pub/graphics/blender/release/Blender4.2/blender-4.2.1-linux-x64.tar.xz"
|
||||
MD5SUM_x86_64="de8a9914c11ec08c96254623cb4137d6"
|
||||
DOWNLOAD_x86_64="https://ftp.nluug.nl/pub/graphics/blender/release/Blender4.2/blender-4.2.2-linux-x64.tar.xz"
|
||||
MD5SUM_x86_64="83407c8a6d5553998f6424f1ce03f685"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Jeremy Hansen"
|
||||
EMAIL="jebrhansen+SBo@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue