From 99809defdb8721a8cde9457a1df0c002cb90e8a9 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 28 Jul 2021 16:01:48 +0000 Subject: [PATCH] vault: Update to version 1.8.0 --- bucket/vault.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vault.json b/bucket/vault.json index dbc7843b83..0beaa431a6 100644 --- a/bucket/vault.json +++ b/bucket/vault.json @@ -1,16 +1,16 @@ { - "version": "1.7.3", + "version": "1.8.0", "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.7.3/vault_1.7.3_windows_amd64.zip", - "hash": "8c1e103f608f356e087fcaccc8c89225ef8b52eb4f2053d8170b99453cea529e" + "url": "https://releases.hashicorp.com/vault/1.8.0/vault_1.8.0_windows_amd64.zip", + "hash": "f1b8e8491fd043f0463daf8be13e29065da6a50a04ca405b2eb1770760172f1a" }, "32bit": { - "url": "https://releases.hashicorp.com/vault/1.7.3/vault_1.7.3_windows_386.zip", - "hash": "edc5c1d4b8b15973eed205be703c6fd7bb76f542a40538578cedd5e16fe9f7bf" + "url": "https://releases.hashicorp.com/vault/1.8.0/vault_1.8.0_windows_386.zip", + "hash": "9773f41525592cd963c754ab560e18dbcdb84e036d3d0adc1dc0518e0e3819ed" } }, "bin": "vault.exe",