mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/ifuse: Updated for version 1.0.0.
Signed-off-by: Michiel van Wessem <michiel@slackbuilds.org>
This commit is contained in:
parent
25385d9064
commit
b3ecfc3147
3 changed files with 7 additions and 7 deletions
|
@ -1,3 +1,3 @@
|
|||
A fuse filesystem for mounting iPhone and iPod touch devices.
|
||||
|
||||
Requires: libtasn1 libusb1 libplist usbmuxd and libimobiledevice.
|
||||
Requires: libtasn1 libplist usbmuxd and libimobiledevice.
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=ifuse
|
||||
VERSION=${VERSION:-0.9.7}
|
||||
VERSION=${VERSION:-1.0.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="ifuse"
|
||||
VERSION="0.9.7"
|
||||
HOMEPAGE="http://matt.colyer.name/projects/iphone-linux/"
|
||||
DOWNLOAD="http://cloud.github.com/downloads/MattColyer/ifuse/ifuse-0.9.7.tar.bz2"
|
||||
MD5SUM="53bbfece668f1f1b8a1b901d31409354"
|
||||
VERSION="1.0.0"
|
||||
HOMEPAGE="http://www.libimobiledevice.org"
|
||||
DOWNLOAD="http://www.libimobiledevice.org/downloads/ifuse-1.0.0.tar.bz2"
|
||||
MD5SUM="325d58abe182afa95187e6c55f2bba5f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="David Somero"
|
||||
EMAIL="dsomero@hotmail.com"
|
||||
APPROVED="Erik Hanson"
|
||||
APPROVED="Michiel"
|
||||
|
|
Loading…
Reference in a new issue