mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
25 lines
867 B
JSON
25 lines
867 B
JSON
{
|
|
"version": "1.4.6",
|
|
"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.4.6/gossm_1.4.6_Windows_x86_64.tar.gz",
|
|
"hash": "cdb72ee4e7d6748d918db67c442b6ac291858db42ac59e8d396215c58d47f7f7"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|