mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-08 12:45:14 +00:00
25 lines
867 B
JSON
25 lines
867 B
JSON
{
|
|
"version": "1.4.2",
|
|
"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.2/gossm_1.4.2_Windows_x86_64.tar.gz",
|
|
"hash": "0e45c9325886c1be1a9f98ce324fd7c9ba30ea124b5790c014ec14444c7731c1"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|