mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
vault: update to 1.13.0.
This commit is contained in:
parent
5cfd8a567c
commit
728e864089
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'vault'
|
||||
pkgname=vault
|
||||
version=1.12.3
|
||||
version=1.13.0
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/hashicorp/vault"
|
||||
go_build_tags="release"
|
||||
_git_commit=b47a9e72942719f217f7750df18be36ec21dfc0e
|
||||
_git_commit=a4cf0dc4437de35fce4860857b64569d092a9b5a
|
||||
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=be65f2fcc2e5ed0e01978c72a5ee8142470e7115088c96d8c0d1a66e0b5ec17a
|
||||
checksum=ebffe482b9e23346862272fbab7d589315200f2004b63b26b2df43823a5d3fb6
|
||||
system_accounts="_vault"
|
||||
make_dirs="/var/lib/vault 0700 _vault _vault
|
||||
/etc/vault 0750 root _vault"
|
||||
|
|
Loading…
Add table
Reference in a new issue