mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-01 05:24:27 +00:00
* awsSts: add awsSts * Simplify checkver Co-Authored-By: linsui <36977733+linsui@users.noreply.github.com> * Update alias shims Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com> * Fix bin * Fix checkver
20 lines
646 B
JSON
20 lines
646 B
JSON
{
|
|
"homepage": "https://github.com/NearlyUnique/awsSts",
|
|
"description": "Create temporary login session for AWS CLI",
|
|
"version": "0.8",
|
|
"license": "MIT",
|
|
"url": "https://github.com/NearlyUnique/awsSts/releases/download/0.8/awsSts-0.8-windows.exe#/awsSts.exe",
|
|
"hash": "c5691ef95bd870b61ca451d176c7506cdbaf59ef9e9c534ae0c510016c7bc40a",
|
|
"bin": [
|
|
"awsSts.exe",
|
|
[
|
|
"awsSts.exe",
|
|
"awsSts2"
|
|
]
|
|
],
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"url": "https://github.com/NearlyUnique/awsSts/releases/download/$version/awsSts-$version-windows.exe#/awsSts.exe"
|
|
}
|
|
}
|