awsSts: add awsSts (#510)

* 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
This commit is contained in:
Jason Liquorish 2019-11-02 20:27:10 +00:00 committed by Ross Smith II
parent 2649f5b4a1
commit 20caab59f9

19
bucket/awsSts.json Normal file
View File

@ -0,0 +1,19 @@
{
"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"
}
}