gocryptfs: update to 2.2.0.

This commit is contained in:
Roberto Ricci 2021-10-03 12:34:23 +02:00 committed by Érico Nogueira Rolim
parent ca3cd4364d
commit 40324f1e93

View file

@ -1,10 +1,10 @@
# Template file for 'gocryptfs' # Template file for 'gocryptfs'
pkgname=gocryptfs pkgname=gocryptfs
version=2.1 version=2.2.0
revision=1 revision=1
wrksrc="${pkgname}_v${version}_src-deps" wrksrc="${pkgname}_v${version}_src-deps"
build_style=go build_style=go
go_import_path="github.com/rfjakob/gocryptfs" 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="fuse"
@ -14,7 +14,7 @@ license="MIT"
homepage="https://nuetzlich.net/gocryptfs" homepage="https://nuetzlich.net/gocryptfs"
changelog="https://github.com/rfjakob/gocryptfs#changelog" changelog="https://github.com/rfjakob/gocryptfs#changelog"
distfiles="https://github.com/rfjakob/${pkgname}/releases/download/v${version}/${pkgname}_v${version}_src-deps.tar.gz" distfiles="https://github.com/rfjakob/${pkgname}/releases/download/v${version}/${pkgname}_v${version}_src-deps.tar.gz"
checksum=cf277ce6527cc0c04d19515e745fd598244a64b9b3afb3d30d5939da65242668 checksum=555e8fba2bc5ed87ad52fc9b7a5525ed0fd01b0a34dfd23cb3ecfae6de75edcd
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE