From 4def1d6ba2212be714248824e27fa9b5697a1f63 Mon Sep 17 00:00:00 2001 From: Jukka Heino Date: Fri, 1 Feb 2019 19:28:25 +0200 Subject: [PATCH] Add aws-vault version 4.5.1 (#3058) --- aws-vault.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 aws-vault.json diff --git a/aws-vault.json b/aws-vault.json new file mode 100644 index 0000000000..6090381365 --- /dev/null +++ b/aws-vault.json @@ -0,0 +1,13 @@ +{ + "homepage": "https://github.com/99designs/aws-vault", + "description": "A vault for securely storing and accessing AWS credentials in development environments", + "license": "MIT", + "version": "4.5.1", + "url": "https://github.com/99designs/aws-vault/releases/download/v4.5.1/aws-vault-windows-386.exe#/aws-vault.exe", + "hash": "39b46ef9f19cb9b8898eb48f7f42420abf0e514b80811b05ebfa534ccdb30ee7", + "bin": "aws-vault.exe", + "checkver": "github", + "autoupdate": { + "url": "https://github.com/99designs/aws-vault/releases/download/v$version/aws-vault-windows-386.exe#/aws-vault.exe" + } +}