vault: update to 1.0.0
This commit is contained in:
parent
1d10e14179
commit
00d85b0864
1 changed files with 4 additions and 4 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'vault'
|
# Template file for 'vault'
|
||||||
pkgname=vault
|
pkgname=vault
|
||||||
version=0.11.5
|
version=1.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/hashicorp/${pkgname}"
|
go_import_path="github.com/hashicorp/${pkgname}"
|
||||||
|
conf_files="/etc/vault.hcl"
|
||||||
|
make_dirs="/var/lib/vault 0700 _vault _vault"
|
||||||
short_desc="Tool for securely accessing secrets"
|
short_desc="Tool for securely accessing secrets"
|
||||||
maintainer="iaroki <iaroki@protonmail.com>"
|
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=7f5e6f87c1f9505f814d45cdaa2ef2cc6a49129fa51f71498875d47b0a4a2ef2
|
checksum=5f7edef332b622d6b9897bf252e27251178e7f0f4745cfb27e2179e72d5a769b
|
||||||
system_accounts="_vault"
|
system_accounts="_vault"
|
||||||
conf_files="/etc/vault.hcl"
|
|
||||||
make_dirs="/var/lib/vault 0700 _vault _vault"
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall ${FILESDIR}/vault.hcl 644 etc/
|
vinstall ${FILESDIR}/vault.hcl 644 etc/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue