graphics/blender: Updated for version 2.70a + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
88ef551035
commit
1b662d59ea
|
@ -1,5 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for Blender
|
||||
|
||||
# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com
|
||||
|
||||
# Copyright 2008-2013 Robby Workman Northport, AL, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -23,7 +27,7 @@
|
|||
# Thanks to Giorgio Peron <giorgio.peron@gmail.com> for some build tips
|
||||
|
||||
PRGNAM=blender
|
||||
VERSION=${VERSION:-2.69}
|
||||
VERSION=${VERSION:-2.70a}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="blender"
|
||||
VERSION="2.69"
|
||||
VERSION="2.70a"
|
||||
HOMEPAGE="http://blender.org"
|
||||
DOWNLOAD="http://download.blender.org/release/Blender2.69/blender-2.69-linux-glibc211-i686.tar.bz2"
|
||||
MD5SUM="c298b6e39ecb87012a2b01461f9ff99c"
|
||||
DOWNLOAD_x86_64="http://download.blender.org/release/Blender2.69/blender-2.69-linux-glibc211-x86_64.tar.bz2"
|
||||
MD5SUM_x86_64="379c02cdb8172a4f94c89e66f125f4fb"
|
||||
DOWNLOAD="http://ftp.nluug.nl/pub/graphics/blender/release/Blender2.70/blender-2.70a-linux-glibc211-i686.tar.bz2"
|
||||
MD5SUM="7d5f1904d306f61e1141e6c29c7a0c72"
|
||||
DOWNLOAD_x86_64="http://ftp.nluug.nl/pub/graphics/blender/release/Blender2.70/blender-2.70a-linux-glibc211-x86_64.tar.bz2"
|
||||
MD5SUM_x86_64="7c83a5234e441c8a0d9592669a5ca9ab"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Robby Workman"
|
||||
EMAIL="rworkman@slackbuilds.org"
|
||||
MAINTAINER="Ryan P.C. McQuen"
|
||||
EMAIL="ryan.q@linux.com"
|
||||
|
|
Loading…
Reference in New Issue