mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
25 lines
867 B
JSON
25 lines
867 B
JSON
{
|
|
"version": "1.5.0",
|
|
"description": "Interactive CLI tool that you can connect to EC2 using commands same as start-session, SSH in AWS SSM Session Manager",
|
|
"homepage": "https://github.com/gjbae1212/gossm",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/gjbae1212/gossm/releases/download/v1.5.0/gossm_1.5.0_Windows_x86_64.tar.gz",
|
|
"hash": "dd568877166e762433b2bdeb5b3cddac93e4946a4d1311d99e60298ce867a173"
|
|
}
|
|
},
|
|
"bin": "gossm.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/gjbae1212/gossm/releases/download/v$version/gossm_$version_Windows_x86_64.tar.gz"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/gossm_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|