mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-04 23:14:27 +00:00
25 lines
867 B
JSON
25 lines
867 B
JSON
{
|
|
"version": "1.3.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.3.6/gossm_1.3.6_Windows_x86_64.tar.gz",
|
|
"hash": "0019be430c4958e09a68e6f7267fea8bcdb7d56cac9896a1fde3cdf5fa78b2dc"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|