vault: update to 0.11.1.
This commit is contained in:
parent
8bcf51095e
commit
786e08c1e6
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'vault'
|
# Template file for 'vault'
|
||||||
pkgname=vault
|
pkgname=vault
|
||||||
version=0.10.4
|
version=0.11.1
|
||||||
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=5f3e4dd0cd1f4cb1e4fc4be38a4839d8683bad62ad5b7a68f1e49f545750b42b
|
checksum=f5b8da6f91c45cca6ad95c8b1e0f50c2f22389ca10e0781dd2156ceb1189d492
|
||||||
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