vault: update to 1.15.0.
This commit is contained in:
parent
2d347b13a6
commit
e9b2f85126
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'vault'
|
||||
pkgname=vault
|
||||
version=1.13.2
|
||||
revision=2
|
||||
version=1.15.0
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/hashicorp/vault"
|
||||
go_build_tags="release"
|
||||
|
@ -10,13 +10,14 @@ go_ldflags="-X ${go_import_path}/sdk/version.GitCommit=${_git_commit}"
|
|||
depends="libcap-progs"
|
||||
short_desc="Manage Secrets and Protect Sensitive Data"
|
||||
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
||||
license="MPL-2.0"
|
||||
license="BUSL-1.1"
|
||||
homepage="https://www.vaultproject.io/"
|
||||
distfiles="https://github.com/hashicorp/vault/archive/v${version}.tar.gz"
|
||||
checksum=265b1632857af01984fa108644ef1e00f4545db889c21443025bf46941b9c845
|
||||
checksum=833e82773b4281a080e89cf429c512cc43c2bc77dd61a6a49b3ed43c6b43917f
|
||||
system_accounts="_vault"
|
||||
make_dirs="/var/lib/vault 0700 _vault _vault
|
||||
/etc/vault 0750 root _vault"
|
||||
repository=nonfree
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
arm*) go_ldflags="$go_ldflags -linkmode=external";;
|
||||
|
|
Loading…
Add table
Reference in a new issue