vault: update to 1.11.0.
This commit is contained in:
parent
6c9e7fe9ed
commit
c764a25697
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'vault'
|
||||
pkgname=vault
|
||||
version=1.10.3
|
||||
version=1.11.0
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/hashicorp/vault"
|
||||
go_build_tags="release"
|
||||
_git_commit=af866591ee60485f05d6e32dd63dde93df686dfb
|
||||
_git_commit=ea296ccf58507b25051bc0597379c467046eb2f1
|
||||
go_ldflags="-X ${go_import_path}/sdk/version.GitCommit=${_git_commit}"
|
||||
depends="libcap-progs"
|
||||
short_desc="Manage Secrets and Protect Sensitive Data"
|
||||
|
@ -13,7 +13,7 @@ maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
|||
license="MPL-2.0"
|
||||
homepage="https://www.vaultproject.io/"
|
||||
distfiles="https://github.com/hashicorp/vault/archive/v${version}.tar.gz"
|
||||
checksum=5f7d3d2fcd856b5595182e02c40c976b520658be3cca8638edac5a20869c8373
|
||||
checksum=fb6147b6a865841a3780c417f42089bc9bb958cf522a5e669dd9722b02c0a593
|
||||
system_accounts="_vault"
|
||||
make_dirs="/var/lib/vault 0700 _vault _vault
|
||||
/etc/vault 0750 root _vault"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue