summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author M.Dinslage2010-10-20 08:48:30 +0200
committer Erik Hanson2010-10-20 17:50:47 +0200
commit9e6204c6a3c9250a7ece849d4c118594b7e798a2 (patch)
treea62621487af7fb272a023c6705e0b02b383876ae /development
parent68e688817cbad369a614238b754d7be28df3f34c (diff)
downloadslackbuilds-9e6204c6a3c9250a7ece849d4c118594b7e798a2.tar.gz
development/orc: Updated for version 0.4.11.
Diffstat (limited to 'development')
-rw-r--r--development/orc/orc.SlackBuild4
-rw-r--r--development/orc/orc.info8
2 files changed, 5 insertions, 7 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
diff --git a/development/orc/orc.info b/development/orc/orc.info
index f2f42f2312..df408a53ce 100644
--- a/development/orc/orc.info
+++ b/development/orc/orc.info
@@ -1,10 +1,10 @@
PRGNAM="orc"
-VERSION="0.4.8"
+VERSION="0.4.11"
HOMEPAGE="http://code.entropywave.com/projects/orc/"
-DOWNLOAD="http://code.entropywave.com/download/orc/orc-0.4.8.tar.gz"
-MD5SUM="ea2962dda14f0dda23d581759b9a8907"
+DOWNLOAD="http://code.entropywave.com/download/orc/orc-0.4.11.tar.gz"
+MD5SUM="b8b0b148d319422c3ad250c29483b3c4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="M.Dinslage"
EMAIL="daedra1980@gmail.com"
-APPROVED="dsomero"
+APPROVED="Erik Hanson"