mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
graphics/blender: Updated for version 2.76b.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
parent
f402178301
commit
e876034736
2 changed files with 6 additions and 7 deletions
|
@ -1,7 +1,6 @@
|
|||
#!/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
|
||||
|
@ -27,7 +26,7 @@
|
|||
# Thanks to Giorgio Peron <giorgio.peron@gmail.com> for some build tips
|
||||
|
||||
PRGNAM=blender
|
||||
VERSION=${VERSION:-2.76}
|
||||
VERSION=${VERSION:-2.76b}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="blender"
|
||||
VERSION="2.76"
|
||||
VERSION="2.76b"
|
||||
HOMEPAGE="http://blender.org"
|
||||
DOWNLOAD="http://ftp.nluug.nl/pub/graphics/blender/release/Blender2.76/blender-2.76-linux-glibc211-i686.tar.bz2"
|
||||
MD5SUM="ec63fa579aaa5c87c3206819a1657ae5"
|
||||
DOWNLOAD_x86_64="http://ftp.nluug.nl/pub/graphics/blender/release/Blender2.76/blender-2.76-linux-glibc211-x86_64.tar.bz2"
|
||||
MD5SUM_x86_64="f0d8b52fec6b88784cd07f86552ce739"
|
||||
DOWNLOAD="http://ftp.nluug.nl/pub/graphics/blender/release/Blender2.76/blender-2.76b-linux-glibc211-i686.tar.bz2"
|
||||
MD5SUM="9b71b1653e90dd06ba8c70dae9743397"
|
||||
DOWNLOAD_x86_64="http://ftp.nluug.nl/pub/graphics/blender/release/Blender2.76/blender-2.76b-linux-glibc211-x86_64.tar.bz2"
|
||||
MD5SUM_x86_64="e588925227f699cc93b62bc00eb58916"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Ryan P.C. McQuen"
|
||||
EMAIL="ryan.q@linux.com"
|
||||
|
|
Loading…
Reference in a new issue