mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-28 14:24:44 +00:00
32 lines
1.3 KiB
JSON
32 lines
1.3 KiB
JSON
{
|
|
"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",
|
|
"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": {
|
|
"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"
|
|
}
|
|
}
|
|
}
|