mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
graphics/blender: Updated for version 2.69.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
f57216887b
commit
a1a7d0082c
3 changed files with 13 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Copyright 2008-2012 Robby Workman Northport, AL, USA
|
||||
# Copyright 2008-2013 Robby Workman Northport, AL, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,11 +23,11 @@
|
|||
# Thanks to Giorgio Peron <giorgio.peron@gmail.com> for some build tips
|
||||
|
||||
PRGNAM=blender
|
||||
VERSION=${VERSION:-2.63a}
|
||||
VERSION=${VERSION:-2.69}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
SRCVERSION=$VERSION-linux-glibc27
|
||||
SRCVERSION=$VERSION-linux-glibc211
|
||||
|
||||
# We'll remove the libGL* shared libaries that are shipped with blender (and
|
||||
# instead use the ones that are shipped with Slackware's Xorg)
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="blender"
|
||||
VERSION="2.63a"
|
||||
VERSION="2.69"
|
||||
HOMEPAGE="http://blender.org"
|
||||
DOWNLOAD="http://download.blender.org/release/Blender2.63/blender-2.63a-linux-glibc27-i686.tar.bz2"
|
||||
MD5SUM="78c256082a4eb3aa026d244a45d5ff5e"
|
||||
DOWNLOAD_x86_64="http://download.blender.org/release/Blender2.63/blender-2.63a-linux-glibc27-x86_64.tar.bz2"
|
||||
MD5SUM_x86_64="b23d6d343d4048c9f034dcc07fcb1a65"
|
||||
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"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Robby Workman"
|
||||
EMAIL="rworkman@slackbuilds.org"
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
# The "handy ruler" below makes it easier to edit a package description.
|
||||
# Line up the first '|' above the ':' following the base package name, and
|
||||
# the '|' on the right side marks the last column you can put a character in.
|
||||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
blender: Blender (3D Content Creation Suite)
|
||||
|
|
Loading…
Reference in a new issue