diff options
-rw-r--r-- | development/orc/orc.SlackBuild | 4 | ||||
-rw-r--r-- | development/orc/orc.info | 8 |
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" |