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