mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
vault: update to 1.10.3.
This commit is contained in:
parent
34cbc6b0da
commit
0b89862e9f
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'vault'
|
||||
pkgname=vault
|
||||
version=1.10.0
|
||||
version=1.10.3
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/hashicorp/vault"
|
||||
go_build_tags="release"
|
||||
_git_commit=fcbe948b2542a13ee8036ad07dd8ebf8554f56cb
|
||||
_git_commit=af866591ee60485f05d6e32dd63dde93df686dfb
|
||||
go_ldflags="-X ${go_import_path}/sdk/version.GitCommit=${_git_commit}"
|
||||
depends="libcap-progs"
|
||||
short_desc="Manage Secrets and Protect Sensitive Data"
|
||||
|
@ -13,7 +13,7 @@ maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
|||
license="MPL-2.0"
|
||||
homepage="https://www.vaultproject.io/"
|
||||
distfiles="https://github.com/hashicorp/vault/archive/v${version}.tar.gz"
|
||||
checksum=4b3303af72b9383369d6219dc88beaef3b343b262625e5d7c6a309ae9286d8c2
|
||||
checksum=5f7d3d2fcd856b5595182e02c40c976b520658be3cca8638edac5a20869c8373
|
||||
system_accounts="_vault"
|
||||
make_dirs="/var/lib/vault 0700 _vault _vault
|
||||
/etc/vault 0750 root _vault"
|
||||
|
|
Loading…
Add table
Reference in a new issue