summaryrefslogtreecommitdiff
path: root/development/orc/orc.SlackBuild
diff options
context:
space:
mode:
authorM.Dinslage <daedra1980@gmail.com>2010-10-20 01:48:30 -0500
committerErik Hanson <erik@slackbuilds.org>2010-10-20 10:50:47 -0500
commit9e6204c6a3c9250a7ece849d4c118594b7e798a2 (patch)
treea62621487af7fb272a023c6705e0b02b383876ae /development/orc/orc.SlackBuild
parent68e688817cbad369a614238b754d7be28df3f34c (diff)
downloadslackbuilds-9e6204c6a3c9250a7ece849d4c118594b7e798a2.tar.gz
development/orc: Updated for version 0.4.11.
Diffstat (limited to 'development/orc/orc.SlackBuild')
-rw-r--r--development/orc/orc.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/development/orc/orc.SlackBuild b/development/orc/orc.SlackBuild
index d16746b9ab..0a4eec8cf9 100644
--- a/development/orc/orc.SlackBuild
+++ b/development/orc/orc.SlackBuild
@@ -5,16 +5,14 @@
# Written by M.Dinslage (daedra1980@gmail.com)
PRGNAM=orc
-VERSION=${VERSION:-0.4.8}
+VERSION=${VERSION:-0.4.11}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi