system/usbmuxd: Updated for version 1.0.7.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
dsomero 2011-04-09 00:21:29 -04:00 committed by Robby Workman
parent 15e987e027
commit 0791d7f3a3
2 changed files with 5 additions and 7 deletions

View File

@ -6,7 +6,7 @@
# Derived from Slackware's Slackbuilds.
#
# Copyright 2008, 2009 Patrick J. Volkerding, Sebeka, Minnesota, USA
# Copyright 2010 David Somero (dsomero@hotmail.com) Athens, TN, USA
# Copyright 2010-2011 David Somero (dsomero@hotmail.com) Athens, TN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -27,16 +27,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=usbmuxd
VERSION=${VERSION:-1.0.4}
VERSION=${VERSION:-1.0.7}
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

View File

@ -1,8 +1,8 @@
PRGNAM="usbmuxd"
VERSION="1.0.4"
VERSION="1.0.7"
HOMEPAGE="http://marcansoft.com/blog/iphonelinux/usbmuxd/"
DOWNLOAD="http://marcansoft.com/uploads/usbmuxd/usbmuxd-1.0.4.tar.bz2"
MD5SUM="450c72273dd1dcc1d0fcfc7138122d54"
DOWNLOAD="http://marcansoft.com/uploads/usbmuxd/usbmuxd-1.0.7.tar.bz2"
MD5SUM="6f431541f3177fa06aa6df9ceecb2da0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="David Somero"