From c764a256973268961ccd4e9e3c858cf2efbee5ed Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Tue, 21 Jun 2022 00:07:09 -0500 Subject: [PATCH] vault: update to 1.11.0. --- srcpkgs/vault/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/vault/template b/srcpkgs/vault/template index c9243585313..50ea256bda6 100644 --- a/srcpkgs/vault/template +++ b/srcpkgs/vault/template @@ -1,11 +1,11 @@ # Template file for 'vault' pkgname=vault -version=1.10.3 +version=1.11.0 revision=1 build_style=go go_import_path="github.com/hashicorp/vault" go_build_tags="release" -_git_commit=af866591ee60485f05d6e32dd63dde93df686dfb +_git_commit=ea296ccf58507b25051bc0597379c467046eb2f1 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=5f7d3d2fcd856b5595182e02c40c976b520658be3cca8638edac5a20869c8373 +checksum=fb6147b6a865841a3780c417f42089bc9bb958cf522a5e669dd9722b02c0a593 system_accounts="_vault" make_dirs="/var/lib/vault 0700 _vault _vault /etc/vault 0750 root _vault"