diff --git a/srcpkgs/vault/template b/srcpkgs/vault/template index 9a028bee288..e49f7c034f0 100644 --- a/srcpkgs/vault/template +++ b/srcpkgs/vault/template @@ -1,18 +1,18 @@ # Template file for 'vault' pkgname=vault -version=0.11.5 +version=1.0.0 revision=1 build_style=go 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" maintainer="iaroki " license="MPL-2.0" homepage="https://www.vaultproject.io/" distfiles="https://github.com/hashicorp/${pkgname}/archive/v${version}.tar.gz" -checksum=7f5e6f87c1f9505f814d45cdaa2ef2cc6a49129fa51f71498875d47b0a4a2ef2 +checksum=5f7edef332b622d6b9897bf252e27251178e7f0f4745cfb27e2179e72d5a769b system_accounts="_vault" -conf_files="/etc/vault.hcl" -make_dirs="/var/lib/vault 0700 _vault _vault" post_install() { vinstall ${FILESDIR}/vault.hcl 644 etc/