gocryptfs: update to 2.4.0, enable OpenSSL
This commit is contained in:
parent
85e60cdfa2
commit
fcf53a6429
|
@ -1,11 +1,12 @@
|
|||
# Template file for 'gocryptfs'
|
||||
pkgname=gocryptfs
|
||||
version=2.3.1
|
||||
revision=4
|
||||
version=2.4.0
|
||||
revision=1
|
||||
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)"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="openssl-devel"
|
||||
depends="fuse3"
|
||||
short_desc="Encrypted overlay filesystem written in Go"
|
||||
maintainer="Felipe Nogueira <contato.fnog@gmail.com>"
|
||||
|
@ -13,7 +14,7 @@ license="MIT"
|
|||
homepage="https://nuetzlich.net/gocryptfs"
|
||||
changelog="https://github.com/rfjakob/gocryptfs#changelog"
|
||||
distfiles="https://github.com/rfjakob/gocryptfs/releases/download/v${version}/gocryptfs_v${version}_src-deps.tar.gz"
|
||||
checksum=62a856a9771307b34a75a1e9ab9489abe4a4e7e7f9230c2b1046ca037ea2ba50
|
||||
checksum=45158daf20df7f94e0c9ec57ba07af21df2e25e15b8584bf3c7de96adbbc2efd
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue