diff --git a/bucket/aws-vault.json b/bucket/aws-vault.json index 02c01e3738..8968eeb3cf 100644 --- a/bucket/aws-vault.json +++ b/bucket/aws-vault.json @@ -1,13 +1,31 @@ { - "version": "7.2.0", - "description": "A vault for securely storing and accessing AWS credentials in development environments", - "homepage": "https://github.com/99designs/aws-vault", + "version": "7.9.7", + "description": "Securely store and access AWS credentials in development environments (Maintained fork)", + "homepage": "https://github.com/ByteNess/aws-vault", "license": "MIT", - "url": "https://github.com/99designs/aws-vault/releases/download/v7.2.0/aws-vault-windows-386.exe#/aws-vault.exe", - "hash": "fef9f2db83bb0aba867036f6ad7f95075f3d9887ca8a141cdfec74d85f01e594", + "architecture": { + "64bit": { + "url": "https://github.com/ByteNess/aws-vault/releases/download/v7.9.7/aws-vault-windows-amd64.exe#/aws-vault.exe", + "hash": "b919fee8926df9a3e48a05214e87788d05d575d174d322e35abc3ff113affdf7" + }, + "arm64": { + "url": "https://github.com/ByteNess/aws-vault/releases/download/v7.9.7/aws-vault-windows-arm64.exe#/aws-vault.exe", + "hash": "00a6db1b63f41cb93a42bdfe6cf1496dca896fa72b8169773b92fe9f23c442d8" + } + }, "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" + "architecture": { + "64bit": { + "url": "https://github.com/ByteNess/aws-vault/releases/download/v$version/aws-vault-windows-amd64.exe#/aws-vault.exe" + }, + "arm64": { + "url": "https://github.com/ByteNess/aws-vault/releases/download/v$version/aws-vault-windows-arm64.exe#/aws-vault.exe" + } + }, + "hash": { + "url": "$baseurl/aws-vault_sha256_checksums.txt" + } } }