fuse-sshfs: update to 3.0.0.
This commit is contained in:
parent
5d8c4dc66d
commit
cf9a18fe30
1 changed files with 3 additions and 3 deletions
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'fuse-sshfs'
|
||||
pkgname=fuse-sshfs
|
||||
version=2.9
|
||||
version=3.0.0
|
||||
revision=1
|
||||
wrksrc="sshfs-${version}"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake pkg-config"
|
||||
makedepends="libglib-devel fuse-devel"
|
||||
makedepends="libglib-devel fuse3-devel"
|
||||
depends="openssh"
|
||||
short_desc="FUSE client based on the SSH File Transfer Protocol"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
homepage="https://github.com/libfuse/sshfs"
|
||||
distfiles="https://github.com/libfuse/sshfs/releases/download/sshfs-${version}/sshfs-${version}.tar.gz"
|
||||
checksum=46d1e1287ce97255fcb50010355184d8c5585329f73ab1e755217419a8e6e5de
|
||||
checksum=644966c7326c1b788a80318c5806f20f6d42dd72ab686f66d6120bd108b54d2d
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
|
|
Loading…
Reference in a new issue