summaryrefslogtreecommitdiffstats
path: root/system/usbmuxd/usbmuxd.SlackBuild
diff options
context:
space:
mode:
author dsomero2011-04-09 06:21:29 +0200
committer Robby Workman2011-04-11 07:10:57 +0200
commit0791d7f3a3d0fa8641bf3f7f9509f0030532e903 (patch)
tree4e48e3152df34f52b0b8885b75ca54ea3f32d6ea /system/usbmuxd/usbmuxd.SlackBuild
parent15e987e027747146f2d2f84f6a3c7264d160db74 (diff)
downloadslackbuilds-0791d7f3a3d0fa8641bf3f7f9509f0030532e903.tar.gz
system/usbmuxd: Updated for version 1.0.7.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/usbmuxd/usbmuxd.SlackBuild')
-rw-r--r--system/usbmuxd/usbmuxd.SlackBuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/system/usbmuxd/usbmuxd.SlackBuild b/system/usbmuxd/usbmuxd.SlackBuild
index ef533d135f..bbe2c9635d 100644
--- a/system/usbmuxd/usbmuxd.SlackBuild
+++ b/system/usbmuxd/usbmuxd.SlackBuild
@@ -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