From f8cd20a34cc0e9e75cf0e772641174bd9951011b Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Tue, 11 Oct 2022 21:05:09 -0500 Subject: [PATCH] vault: update to 1.11.4. --- srcpkgs/vault/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/vault/template b/srcpkgs/vault/template index 50ea256bda6..905dc2e32e0 100644 --- a/srcpkgs/vault/template +++ b/srcpkgs/vault/template @@ -1,11 +1,11 @@ # Template file for 'vault' pkgname=vault -version=1.11.0 +version=1.11.4 revision=1 build_style=go go_import_path="github.com/hashicorp/vault" go_build_tags="release" -_git_commit=ea296ccf58507b25051bc0597379c467046eb2f1 +_git_commit=b47a9e72942719f217f7750df18be36ec21dfc0e 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 " license="MPL-2.0" homepage="https://www.vaultproject.io/" distfiles="https://github.com/hashicorp/vault/archive/v${version}.tar.gz" -checksum=fb6147b6a865841a3780c417f42089bc9bb958cf522a5e669dd9722b02c0a593 +checksum=40bd49e7d0f3d7408d8eb2783e4f1e08700c11c65a4cbaa4b1669620f62b421b system_accounts="_vault" make_dirs="/var/lib/vault 0700 _vault _vault /etc/vault 0750 root _vault"