fuse-exfat: update to 1.2.4.

This commit is contained in:
Michael Gehring 2016-06-03 15:48:17 +02:00
parent 2bc9be2714
commit f279bbe0ae

View file

@ -1,6 +1,6 @@
# Template file for 'fuse-exfat' # Template file for 'fuse-exfat'
pkgname=fuse-exfat pkgname=fuse-exfat
version=1.2.3 version=1.2.4
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="pkg-config exfat-utils" hostmakedepends="pkg-config exfat-utils"
@ -11,8 +11,4 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2" license="GPL-2"
homepage="https://github.com/relan/exfat" homepage="https://github.com/relan/exfat"
distfiles="https://github.com/relan/exfat/releases/download/v${version}/${pkgname}-${version}.tar.gz" distfiles="https://github.com/relan/exfat/releases/download/v${version}/${pkgname}-${version}.tar.gz"
checksum=f2e06eba5a21c621aac1d6da21b12a5a324fdd1e20f9c8acd357dd463c2355d9 checksum=9312d23a5d82543ad2e9ab7f0a0b471aea53eeb8eae664451c881b46d849756e
post_install() {
vman fuse/mount.exfat-fuse.8
}