From a845aa59544637d3f70d6d56b6e9f76f14fd21fb Mon Sep 17 00:00:00 2001 From: Jayson Reis Date: Fri, 2 Apr 2021 11:40:06 +0200 Subject: [PATCH] gossm: Add version 1.3.3 (#1824) * gossm: Add version 1.3.2 * Update gossm.json Co-authored-by: Chawye Hsu --- bucket/gossm.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bucket/gossm.json diff --git a/bucket/gossm.json b/bucket/gossm.json new file mode 100644 index 0000000000..0e25781e50 --- /dev/null +++ b/bucket/gossm.json @@ -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" + } + } +}