gocryptfs: switch dependency to fuse3
This commit is contained in:
parent
1bdbf537bd
commit
5f38d9a4c4
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'gocryptfs'
|
||||
pkgname=gocryptfs
|
||||
version=2.3.1
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=go
|
||||
go_import_path="github.com/rfjakob/gocryptfs/v2"
|
||||
go_build_tags="without_openssl"
|
||||
go_ldflags="-X main.GitVersion=v${version} -X main.GitVersionFuse="[vendored]" -X main.BuildDate=$(date +%Y-%m-%d)"
|
||||
depends="fuse"
|
||||
depends="fuse3"
|
||||
short_desc="Encrypted overlay filesystem written in Go"
|
||||
maintainer="Felipe Nogueira <contato.fnog@gmail.com>"
|
||||
license="MIT"
|
||||
|
|
Loading…
Add table
Reference in a new issue