ifuse: update to 1.1.4.

This commit is contained in:
Andrew J. Hesford 2020-11-09 20:51:18 -05:00
parent 0ea6aa41a2
commit 38b100705f

View file

@ -1,13 +1,19 @@
# Template file for 'ifuse'
pkgname=ifuse
version=1.1.3
revision=6
version=1.1.4
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
hostmakedepends="pkg-config automake"
makedepends="libressl-devel fuse-devel libimobiledevice-devel"
short_desc="A fuse filesystem to access the contents of an iPhone or iPod Touch"
depends="usbmuxd"
short_desc="FUSE filesystem to access the contents of an iPhone or iPod Touch"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1"
license="LGPL-2.1-or-later"
homepage="http://libimobiledevice.org/"
distfiles="http://www.libimobiledevice.org/downloads/ifuse-${version}.tar.bz2"
checksum=a788de66fb7720c84a5a775df415f78bbfb7c467a76c732d23292c6986252add
changelog="https://raw.githubusercontent.com/libimobiledevice/ifuse/master/NEWS"
distfiles="http://github.com/libimobiledevice/ifuse/archive/${version}.tar.gz"
checksum=2a00769e8f1d8bad50898b9d00baf12c8ae1cda2d19ff49eaa9bf580e5dbe78c
pre_configure() {
autoreconf -fi
}