go-mtpfs: update to 0.0.1.20191024 (fixes build)

This commit is contained in:
q66 2019-12-18 19:36:38 +01:00
parent dfbd34d081
commit 2cda741bcf

View file

@ -1,20 +1,20 @@
# Template file for 'go-mtpfs'
pkgname=go-mtpfs
version=0.0.1.20180121
revision=6
version=0.0.1.20191024
revision=1
build_style=go
go_import_path=github.com/hanwen/go-mtpfs
hostmakedepends="git pkg-config"
makedepends="libusb-devel"
short_desc="Mount MTP devices over FUSE "
short_desc="Mount MTP devices over FUSE"
maintainer="Orphaned <orphan@voidlinux.org>"
license="3-clause-BSD"
license="BSD-3-Clause"
homepage="https://github.com/hanwen/go-mtpfs"
do_fetch() {
git clone git://${go_import_path} ${pkgname}-${version}
cd ${pkgname}-${version}
git reset --hard eeb4cce46870f2b57043fca50ea5bc680e72ec8a
git reset --hard ac020cbe756b93be91ed0a6ff5c55a7a44a39d68
}
post_install() {
vlicense LICENSE