libraries/ORBit2: Updated for version 2.14.19. New Maintainer.
This commit is contained in:
parent
9ef91316e0
commit
797633a527
|
@ -23,16 +23,14 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=ORBit2
|
||||
VERSION=${VERSION:-2.14.18}
|
||||
VERSION=${VERSION:-2.14.19}
|
||||
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="ORBit2"
|
||||
VERSION="2.14.18"
|
||||
VERSION="2.14.19"
|
||||
HOMEPAGE="http://www.gnome.org/projects/ORBit2/"
|
||||
DOWNLOAD="ftp://ftp.gnome.org/pub/GNOME/sources/ORBit2/2.14/ORBit2-2.14.18.tar.bz2"
|
||||
MD5SUM="3e80596171b1ea652707219c7144ff53"
|
||||
DOWNLOAD="ftp://ftp.gnome.org/pub/gnome/sources/ORBit2/2.14/ORBit2-2.14.19.tar.bz2"
|
||||
MD5SUM="7082d317a9573ab338302243082d10d1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Daniel Liljeqvist"
|
||||
EMAIL="dasajev@gmail.com"
|
||||
APPROVED="rworkman"
|
||||
MAINTAINER="Robby Workman"
|
||||
EMAIL="rw@rlworkman.net"
|
||||
APPROVED="Erik Hanson"
|
||||
|
|
Loading…
Reference in New Issue