mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
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:
parent
2649f5b4a1
commit
20caab59f9
19
bucket/awsSts.json
Normal file
19
bucket/awsSts.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user