mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-13 16:22:56 +02:00
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'
|
# Template file for 'gocryptfs'
|
||||||
pkgname=gocryptfs
|
pkgname=gocryptfs
|
||||||
version=2.3.1
|
version=2.3.1
|
||||||
revision=3
|
revision=4
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/rfjakob/gocryptfs/v2"
|
go_import_path="github.com/rfjakob/gocryptfs/v2"
|
||||||
go_build_tags="without_openssl"
|
go_build_tags="without_openssl"
|
||||||
go_ldflags="-X main.GitVersion=v${version} -X main.GitVersionFuse="[vendored]" -X main.BuildDate=$(date +%Y-%m-%d)"
|
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"
|
short_desc="Encrypted overlay filesystem written in Go"
|
||||||
maintainer="Felipe Nogueira <contato.fnog@gmail.com>"
|
maintainer="Felipe Nogueira <contato.fnog@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
Loading…
Add table
Reference in a new issue