aws-vault: Update to version 7.9.7, switch to recommended fork (#7661)

This commit is contained in:
Akhil Varughese 2026-02-21 03:01:24 +05:30 committed by GitHub
parent f7dd5746a5
commit a4446d0003
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
}
}
}