vault: update to 0.11.5
This commit is contained in:
parent
a56ce7410b
commit
749251315c
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'vault'
|
# Template file for 'vault'
|
||||||
pkgname=vault
|
pkgname=vault
|
||||||
version=0.11.4
|
version=0.11.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/hashicorp/${pkgname}"
|
go_import_path="github.com/hashicorp/${pkgname}"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="iaroki <iaroki@protonmail.com>"
|
||||||
license="MPL-2.0"
|
license="MPL-2.0"
|
||||||
homepage="https://www.vaultproject.io/"
|
homepage="https://www.vaultproject.io/"
|
||||||
distfiles="https://github.com/hashicorp/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/hashicorp/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=b8045403cdffd40c86d4de45a340d004e15acb56f537deecf365a82fe69892c0
|
checksum=7f5e6f87c1f9505f814d45cdaa2ef2cc6a49129fa51f71498875d47b0a4a2ef2
|
||||||
system_accounts="_vault"
|
system_accounts="_vault"
|
||||||
conf_files="/etc/vault.hcl"
|
conf_files="/etc/vault.hcl"
|
||||||
make_dirs="/var/lib/vault 0700 _vault _vault"
|
make_dirs="/var/lib/vault 0700 _vault _vault"
|
||||||
|
|
Loading…
Reference in New Issue