vault: update to 1.9.4.
This commit is contained in:
parent
22939737ca
commit
d1826e7608
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.9.2
|
version=1.9.4
|
||||||
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=aca76f63357041a43b49f3e8c11d67358496959f
|
_git_commit=fcbe948b2542a13ee8036ad07dd8ebf8554f56cb
|
||||||
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"
|
||||||
depends="libcap-progs"
|
depends="libcap-progs"
|
||||||
|
@ -14,7 +14,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=84a2506d8d0e0757a3229012328904b5e1e13c39c7766d431ffa9c32bce51fae
|
checksum=7ebae46e12ff353c3a9e861c4991410679a3c890d36c7c6fb17b43e9ea6f6115
|
||||||
system_accounts="_vault"
|
system_accounts="_vault"
|
||||||
make_dirs="/var/lib/vault 0700 _vault _vault
|
make_dirs="/var/lib/vault 0700 _vault _vault
|
||||||
/etc/vault 0750 root _vault"
|
/etc/vault 0750 root _vault"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue