From 50f6ef79b6403c6a64988761ee6cb4be6239bc4f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 00:34:39 +0000 Subject: [PATCH] vault: Update to version 1.13.1 --- bucket/vault.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vault.json b/bucket/vault.json index a84f4a37ed..9ded5bae48 100644 --- a/bucket/vault.json +++ b/bucket/vault.json @@ -1,16 +1,16 @@ { - "version": "1.13.0", + "version": "1.13.1", "description": "Secure, store, and tightly control access to tokens, passwords, certificates, API keys, and other secrets in modern computing.", "homepage": "https://www.vaultproject.io", "license": "MPL-2.0", "architecture": { "64bit": { - "url": "https://releases.hashicorp.com/vault/1.13.0/vault_1.13.0_windows_amd64.zip", - "hash": "158152d48e0798f19e7ecfc74ac35ec1edf260995bb3e6baf4bebafb78b9f047" + "url": "https://releases.hashicorp.com/vault/1.13.1/vault_1.13.1_windows_amd64.zip", + "hash": "b02a8403f7b790153b12ef9129fc754985715e3456932f06170394a26712d4bf" }, "32bit": { - "url": "https://releases.hashicorp.com/vault/1.13.0/vault_1.13.0_windows_386.zip", - "hash": "9e06b0a2ff00ec95662aa86c2bdfb7dddae6e4dec1c4b205baefb9f724fce58e" + "url": "https://releases.hashicorp.com/vault/1.13.1/vault_1.13.1_windows_386.zip", + "hash": "70278f79c54aa8f73cbf058eb58fb329f95d369fa3f6e420880255b2e9d15cfe" } }, "bin": "vault.exe",