vault: update to 1.6.1

This commit is contained in:
Antonio Gurgel 2021-01-13 09:02:59 -08:00 committed by Michael Aldridge
parent 845aaec591
commit e5de1137dc

View file

@ -1,11 +1,11 @@
# Template file for 'vault'
pkgname=vault
version=1.5.4
version=1.6.1
revision=1
build_style=go
go_import_path="github.com/hashicorp/${pkgname}"
go_build_tags="release"
_git_commit=e16495da552c996068e05574cddf69875199f949
_git_commit=6d2db3f033e02e70202bef9ec896360062b88b03
go_ldflags="-X ${go_import_path}/sdk/version.GitCommit=${_git_commit}"
hostmakedepends="git"
short_desc="Manage Secrets and Protect Sensitive Data"
@ -13,11 +13,15 @@ maintainer="Michael Aldridge <maldridge@voidlinux.org>"
license="MPL-2.0"
homepage="https://www.vaultproject.io/"
distfiles="https://github.com/hashicorp/${pkgname}/archive/v${version}.tar.gz"
checksum=99e3145a9b6f5ee6429b997f3e1f35f648d07c617ff6aef7041f91fcf34e1582
checksum=fb5d96e682a48bfd421b13cdfffd710da0238dbded1988aab822dd5aae75b4c4
system_accounts="_vault"
make_dirs="/var/lib/vault 0700 _vault _vault
/etc/vault 0700 root root"
case "$XBPS_TARGET_MACHINE" in
arm*) go_ldflags="$go_ldflags -linkmode=external";;
esac
post_install() {
vlicense LICENSE
vsv vault