summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author dsomero2011-04-09 06:19:22 +0200
committer Robby Workman2011-04-11 07:10:56 +0200
commit793c0e481953cd7fd5cadec2df5472a5231a5a31 (patch)
tree124f1bfd1e7c7688f4531d7a0de815c76b4b69c5 /libraries
parent9d28a2369534980ff549320091d1f9fbd852669e (diff)
downloadslackbuilds-793c0e481953cd7fd5cadec2df5472a5231a5a31.tar.gz
libraries/libimobiledevice: Updated for version 1.0.6.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/libimobiledevice/libimobiledevice.SlackBuild6
-rw-r--r--libraries/libimobiledevice/libimobiledevice.info6
2 files changed, 5 insertions, 7 deletions
diff --git a/libraries/libimobiledevice/libimobiledevice.SlackBuild b/libraries/libimobiledevice/libimobiledevice.SlackBuild
index 2d7087cd6a..c8f7bcf99b 100644
--- a/libraries/libimobiledevice/libimobiledevice.SlackBuild
+++ b/libraries/libimobiledevice/libimobiledevice.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
@@ -28,16 +28,14 @@
PRGNAM=libimobiledevice
-VERSION=${VERSION:-1.0.2}
+VERSION=${VERSION:-1.0.6}
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/libraries/libimobiledevice/libimobiledevice.info b/libraries/libimobiledevice/libimobiledevice.info
index 865c90a27b..f10260fc4c 100644
--- a/libraries/libimobiledevice/libimobiledevice.info
+++ b/libraries/libimobiledevice/libimobiledevice.info
@@ -1,8 +1,8 @@
PRGNAM="libimobiledevice"
-VERSION="1.0.2"
+VERSION="1.0.6"
HOMEPAGE="http://www.libimobiledevice.org//"
-DOWNLOAD="http://www.libimobiledevice.org/downloads/libimobiledevice-1.0.2.tar.bz2"
-MD5SUM="b83dd6f501e2ef199927c20866e9e113"
+DOWNLOAD="http://www.libimobiledevice.org/downloads/libimobiledevice-1.0.6.tar.bz2"
+MD5SUM="bd5cdff5212060ee299481360f67fa24"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="David Somero"