keybase: update to 6.4.0.

This commit is contained in:
lee2sman 2024-08-28 22:20:24 -04:00 committed by Toyam Cox
parent 73d8cc8412
commit f7a5d49c76
1 changed files with 6 additions and 5 deletions

View File

@ -3,11 +3,12 @@ pkgname=keybase
version=6.4.0
revision=1
build_style=go
go_import_path="github.com/keybase/client"
go_package="${go_import_path}/go/keybase
${go_import_path}/go/kbfs/kbfsfuse
${go_import_path}/go/kbfs/kbfsgit/git-remote-keybase
${go_import_path}/go/kbfs/kbfstool ${go_import_path}/go/kbfs/redirector"
build_wrksrc=go
go_import_path="github.com/keybase/client/go"
go_package="${go_import_path}/keybase
${go_import_path}/kbfs/kbfsfuse
${go_import_path}/kbfs/kbfsgit/git-remote-keybase
${go_import_path}/kbfs/kbfstool ${go_import_path}/kbfs/redirector"
go_build_tags="production"
depends="gnupg>=2"
short_desc="Client for keybase.io"