mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/libimobiledevice: Updated for version 1.0.6.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
9d28a23695
commit
793c0e4819
2 changed files with 5 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue