gossm: Add version 1.3.3 (#1824)

* gossm: Add version 1.3.2

* Update gossm.json

Co-authored-by: Chawye Hsu <chawyehsu@hotmail.com>
This commit is contained in:
Jayson Reis 2021-04-02 11:40:06 +02:00 committed by GitHub
parent f761babaa2
commit a845aa5954
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
bucket/gossm.json Normal file
View File

@ -0,0 +1,24 @@
{
"version": "1.3.3",
"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.3/gossm_1.3.3_Windows_x86_64.tar.gz",
"hash": "e6e85d9505d19d6425cc417cf21f770c7f539e344b42a502f031a770b8a7be87"
}
},
"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"
}
}
}