mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/orc: Updated for version 0.4.11.
This commit is contained in:
parent
68e688817c
commit
9e6204c6a3
2 changed files with 5 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue