mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
system/ifuse: Updated for version 1.1.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
c4bff47d34
commit
15e987e027
2 changed files with 5 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
||||||
# Derived from Slackware's Slackbuilds.
|
# Derived from Slackware's Slackbuilds.
|
||||||
#
|
#
|
||||||
# Copyright 2008, 2009 Patrick J. Volkerding, Sebeka, Minnesota, USA
|
# 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.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -27,16 +27,14 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=ifuse
|
PRGNAM=ifuse
|
||||||
VERSION=${VERSION:-1.0.0}
|
VERSION=${VERSION:-1.1.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
# Automatically determine the architecture we're building on:
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
case "$( uname -m )" in
|
case "$( uname -m )" in
|
||||||
i?86) ARCH=i486 ;;
|
i?86) ARCH=i486 ;;
|
||||||
arm*) ARCH=arm ;;
|
arm*) ARCH=arm ;;
|
||||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
|
||||||
*) ARCH=$( uname -m ) ;;
|
*) ARCH=$( uname -m ) ;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="ifuse"
|
PRGNAM="ifuse"
|
||||||
VERSION="1.0.0"
|
VERSION="1.1.1"
|
||||||
HOMEPAGE="http://www.libimobiledevice.org"
|
HOMEPAGE="http://www.libimobiledevice.org"
|
||||||
DOWNLOAD="http://www.libimobiledevice.org/downloads/ifuse-1.0.0.tar.bz2"
|
DOWNLOAD="http://www.libimobiledevice.org/downloads/ifuse-1.1.1.tar.bz2"
|
||||||
MD5SUM="325d58abe182afa95187e6c55f2bba5f"
|
MD5SUM="8d528a79de024b91f12f8ac67965c37c"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="David Somero"
|
MAINTAINER="David Somero"
|
||||||
|
|
Loading…
Reference in a new issue